This commit is contained in:
2025-01-21 12:43:04 -06:00
parent c8e909ae88
commit 7c77a5298a
17 changed files with 940 additions and 37 deletions

View File

@@ -1,3 +1,11 @@
variable "EMAIL_TXT_VALUE" {
type = string
}
variable "EMAIL_SPF_VALUE" {
type = string
}
variable "REGION" {
type = string
}
@@ -18,6 +26,6 @@ variable "DOMAIN_NAME" {
type = string
}
variable "SUBDOMAIN_NAME" {
variable "WEBSITE_NAME" {
type = string
}