Files
deflock/terraform/variables.tf
2024-10-28 22:18:29 -06:00

9 lines
169 B
HCL

variable "domain_name" {
type = string
description = "Domain name"
}
variable "bucket_name" {
type = string
description = "S3 bucket name for the static site"
}