9 lines
141 B
HCL
9 lines
141 B
HCL
variable "region" {
|
|
type = string
|
|
default = "eu-west-1"
|
|
}
|
|
|
|
variable "dev_account_id" {
|
|
type = string
|
|
default = "000000000000"
|
|
} |