10 lines
120 B
HCL
10 lines
120 B
HCL
variable "region" {
|
|
type = string
|
|
default = "eu-west-1"
|
|
}
|
|
|
|
variable "env" {
|
|
type = string
|
|
default = "dev"
|
|
}
|