Skip to content

Commit 94702f6

Browse files
author
Michael Chen
committed
Add ActiveDirectoryDNSIPs to BI stack output
1 parent 3126581 commit 94702f6

File tree

1 file changed

+3
-0
lines changed
  • recipes/res/res_demo_env/assets

1 file changed

+3
-0
lines changed

recipes/res/res_demo_env/assets/bi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -572,4 +572,7 @@ Outputs:
572572
Value: !Sub
573573
- OU=Computers,OU=RES,OU=${ou},DC=${dc}
574574
- { dc: !Join [",DC=", !Split [".", !If [ SubDomainNotProvided, !Ref DomainName, !Join [ ".", [ !Ref SubDomain, !Ref DomainName]]]]], ou: !GetAtt [ DirectoryService, Outputs.DomainShortName ]}
575+
ActiveDirectoryDNSIPs:
576+
Description: The DNS IPs of your Active Directory
577+
Value: !Join [ ",", [ !GetAtt [ DirectoryService, Outputs.DnsIpAddress1 ], !GetAtt [ DirectoryService, Outputs.DnsIpAddress2 ] ] ]
575578

0 commit comments

Comments
 (0)