8 lines
89 B
HCL
8 lines
89 B
HCL
variable "AWS_REGION" {
|
|
default = "us-east-1"
|
|
}
|
|
|
|
variable "ttl" {
|
|
default = "300"
|
|
}
|
|
|