Created
May 20, 2021 07:24
-
-
Save kritro/dc61b205d29683b7c4fd1fdd645cb822 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"schemaVersion": "1.0", | |
"description": "Sample config to join to domain", | |
"runtimeConfig": { | |
"aws:domainJoin": { | |
"properties": { | |
"directoryId": "d-1234567890", | |
"directoryName": "test.acme.com", | |
"directoryOU": "OU=test,DC=acme,DC=com", | |
"dnsIpAddresses": [ | |
"10.51.100.1", | |
"10.51.100.2" | |
] | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment