Skip to content

Instantly share code, notes, and snippets.

@dinhanhhuy
Last active July 21, 2023 14:00
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/bf2f01f821bbfa75a746408c89ecc855 to your computer and use it in GitHub Desktop.
Save dinhanhhuy/bf2f01f821bbfa75a746408c89ecc855 to your computer and use it in GitHub Desktop.
# Copyright Amazon.com, Inc. or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
module "sandbox_account_01" {
source = "./modules/aft-account-request"
control_tower_parameters = {
AccountEmail = "john.doe@amazon.com"
AccountName = "sandbox-account-01"
ManagedOrganizationalUnit = "Sandbox"
SSOUserEmail = "john.doe@amazon.com"
SSOUserFirstName = "John"
SSOUserLastName = "Doe"
}
account_customizations_name = "SANDBOX" # <-------------- this is customizations group
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment