generated from aws-ia/.github
-
Notifications
You must be signed in to change notification settings - Fork 464
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
AWS
committed
Oct 23, 2024
1 parent
380c67b
commit cd751f4
Showing
17 changed files
with
152 additions
and
30 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.13.1 | ||
1.13.2 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Copyright Amazon.com, Inc. or its affiliates. All rights reserved. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
module "aft" { | ||
source = "github.com/aws-ia/terraform-aws-control_tower_account_factory" | ||
# Required Vars | ||
ct_management_account_id = "111122223333" | ||
log_archive_account_id = "444455556666" | ||
audit_account_id = "123456789012" | ||
aft_management_account_id = "777788889999" | ||
ct_home_region = "us-east-1" | ||
tf_backend_secondary_region = "us-west-2" | ||
# VCS Vars | ||
vcs_provider = "gitlab" | ||
account_request_repo_name = "ExampleProject/example-repo-1" | ||
global_customizations_repo_name = "ExampleProject/example-repo-2" | ||
account_customizations_repo_name = "ExampleProject/example-repo-3" | ||
account_provisioning_customizations_repo_name = "ExampleProject/example-repo-4" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Copyright Amazon.com, Inc. or its affiliates. All rights reserved. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
module "aft" { | ||
source = "github.com/aws-ia/terraform-aws-control_tower_account_factory" | ||
# Required Vars | ||
ct_management_account_id = "111122223333" | ||
log_archive_account_id = "444455556666" | ||
audit_account_id = "123456789012" | ||
aft_management_account_id = "777788889999" | ||
ct_home_region = "us-east-1" | ||
tf_backend_secondary_region = "us-west-2" | ||
# VCS Vars | ||
vcs_provider = "gitlabselfmanaged" | ||
gitlab_selfmanaged_url = "https://gitlab.example.com" | ||
account_request_repo_name = "ExampleProject/example-repo-1" | ||
global_customizations_repo_name = "ExampleProject/example-repo-2" | ||
account_customizations_repo_name = "ExampleProject/example-repo-3" | ||
account_provisioning_customizations_repo_name = "ExampleProject/example-repo-4" | ||
# TF Vars | ||
terraform_distribution = "tfc" | ||
terraform_token = "EXAMPLE-uoc1c1qsw7poexampleewjeno1pte3rw" | ||
terraform_org_name = "ExampleOrg" | ||
} |
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
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
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
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
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
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
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
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
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
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
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
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
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