Изменил(а) на '000000000000/iam/roles/variables.tf'
This commit is contained in:
@@ -5,5 +5,9 @@ variable "region" {
|
|||||||
|
|
||||||
variable "prod_account_id" {
|
variable "prod_account_id" {
|
||||||
type = string
|
type = string
|
||||||
default = "111111111111"
|
default = {
|
||||||
|
dev = "000000000"
|
||||||
|
staging = "11111111"
|
||||||
|
prod = "sdasdasdasd"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user