File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
aws_sra_examples/terraform/common Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 44# #######################################################################
55variable "control_tower" {
66 description = " AWS Control Tower landing zone deployed/in-use"
7- default = " false "
7+ default = " true "
88}
99
1010variable "governed_regions" {
1111 description = " AWS regions (comma separated) if not using AWS Control Tower (leave set to ct-regions for AWS Control Tower environments)"
12- default = " us-west-2,us-west-1,us-east-2,eu-west-1 "
12+ default = " ct-regions "
1313}
1414
1515variable "security_account_id" {
1616 description = " Security Tooling Account ID"
1717 type = string
18- default = " 058264305264 "
18+ default = " 111111111111 "
1919}
2020
2121variable "log_archive_account_id" {
2222 description = " Log Archive Account ID"
2323 type = string
24- default = " 637423402794 "
24+ default = " 222222222222 "
2525}
2626
2727variable "aws_partition" {
You can’t perform that action at this time.
0 commit comments