Skip to content

Commit bbb5e9b

Browse files
authored
Merge pull request #72 from drewmullen/main
2 parents 782d6dd + c5eec27 commit bbb5e9b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
variable "prod_account" {
22
description = "Used for testing, prod account id"
33
type = list(string)
4+
default = null
45
}
56

67
variable "prod_ou_arn" {
78
description = "arn of ou to share to prod accounts"
89
type = list(string)
10+
default = null
911
}
1012

1113
variable "sandbox_ou_arn" {
1214
description = "arn of ou to share to sandbox accounts"
1315
type = list(string)
16+
default = null
1417
}

0 commit comments

Comments
 (0)