Files
tuffas/variables.tf
2025-09-09 18:41:49 -05:00

10 lines
185 B
HCL

variable "aws_region" {
type = string
description = "The AWS region of this site"
}
variable "site_domain" {
type = string
description = "The domain name of the site"
}