10 lines
192 B
HCL
10 lines
192 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"
|
|
}
|