Files
noahspan-root/infrastructure/modules/static_web_app/variables.tf
2024-05-19 15:25:41 -05:00

25 lines
211 B
HCL

variable "region" {
}
variable "resource_group_name" {
}
variable "static_web_app_name" {
}
variable "custom_domain_name_count" {
}
variable "domain_name" {
}
variable "subdomain_name" {
}