Изменил(а) на '000000000000/iam/roles/variables.tf'

This commit is contained in:
2023-11-28 13:30:36 +02:00
parent 2d91c6ee7d
commit fbcd24280e

View File

@@ -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"
}
} }