slopedme-terrraform/route53/vars.tf
Conner McCall c983638571 change: initial commit
contains sloped.me domain records and
backend configuration
2020-08-20 07:33:33 -05:00

8 lines
89 B
HCL

variable "AWS_REGION" {
default = "us-east-1"
}
variable "ttl" {
default = "300"
}