Skip to content

Instantly share code, notes, and snippets.

@dinhanhhuy
Created July 21, 2023 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dinhanhhuy/93a6f5c6058206f810cd2c1b1d2a4c3d to your computer and use it in GitHub Desktop.
Save dinhanhhuy/93a6f5c6058206f810cd2c1b1d2a4c3d to your computer and use it in GitHub Desktop.
module "sandbox_account_01" {
source = "./modules/aft-account-request"
control_tower_parameters = {
AccountEmail = "john.doe@amazon.com"
AccountName = "sandbox-account-01"
# Syntax for top-level OU
ManagedOrganizationalUnit = "Sandbox"
# Syntax for nested OU
# ManagedOrganizationalUnit = "Sandbox (ou-xfe5-a8hb8ml8)"
SSOUserEmail = "john.doe@amazon.com"
SSOUserFirstName = "John"
SSOUserLastName = "Doe"
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment