Skip to content

Commit 7cecd50

Browse files
committed
updating variable defaults
1 parent 24ec51d commit 7cecd50

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

aws_sra_examples/terraform/common/variables.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44
########################################################################
55
variable "control_tower" {
66
description = "AWS Control Tower landing zone deployed/in-use"
7-
default = "false"
7+
default = "true"
88
}
99

1010
variable "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

1515
variable "security_account_id" {
1616
description = "Security Tooling Account ID"
1717
type = string
18-
default = "058264305264"
18+
default = "111111111111"
1919
}
2020

2121
variable "log_archive_account_id" {
2222
description = "Log Archive Account ID"
2323
type = string
24-
default = "637423402794"
24+
default = "222222222222"
2525
}
2626

2727
variable "aws_partition" {

0 commit comments

Comments
 (0)