We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 782d6dd + c5eec27 commit bbb5e9bCopy full SHA for bbb5e9b
examples/single_scope_ipv4/variables.tf
@@ -1,14 +1,17 @@
1
variable "prod_account" {
2
description = "Used for testing, prod account id"
3
type = list(string)
4
+ default = null
5
}
6
7
variable "prod_ou_arn" {
8
description = "arn of ou to share to prod accounts"
9
10
11
12
13
variable "sandbox_ou_arn" {
14
description = "arn of ou to share to sandbox accounts"
15
16
17
0 commit comments