Skip to content

Instantly share code, notes, and snippets.

@kritro
Created May 20, 2021 07:24
Show Gist options
  • Save kritro/dc61b205d29683b7c4fd1fdd645cb822 to your computer and use it in GitHub Desktop.
Save kritro/dc61b205d29683b7c4fd1fdd645cb822 to your computer and use it in GitHub Desktop.
{
"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