9 lines
142 B
HCL
9 lines
142 B
HCL
variable "region" {
|
|
type = string
|
|
default = "eu-west-1"
|
|
}
|
|
|
|
variable "prod_account_id" {
|
|
type = string
|
|
default = "111111111111"
|
|
} |