# the aws control tower account factory for terraform
# implements a gitops pipeline which facilitates account creation and customization
# for control tower accounts
# the resources for the gitops pipeline are created within the AFT-Management acccount
# however additional resources are created within the organization root Management account
# as well as Audit and LogArchive accounts so this configuration should be executed
# when authenticated to the root Management account
components:
  terraform:
    aft:
      vars:
        account_request_repo_name: palolotech/terraform-aft-account-request
        account_customizations_repo_name: palolotech/terraform-aft-account-customizations
        account_provisioning_customizations_repo_name: palolotech/terraform-aft-account-provisioning-customizations
        aft_feature_delete_default_vpcs_enabled: true
        global_customizations_repo_name: palolotech/terraform-aft-global-customizations
        terraform_distribution: oss
        terraform_version: 1.3.3
        vcs_provider: github
