13 lines
205 B
HCL
13 lines
205 B
HCL
variable "region" {
|
|
type = string
|
|
default = "eu-west-1"
|
|
}
|
|
|
|
variable "prod_account_id" {
|
|
type = string
|
|
default = {
|
|
dev = "000000000"
|
|
staging = "11111111"
|
|
prod = "sdasdasdasd"
|
|
}
|
|
} |