updating modules

This commit is contained in:
2025-08-17 20:17:58 -05:00
parent 3db19589f7
commit 821f8e9eb8
11 changed files with 191 additions and 178 deletions

19
modules/dns/variables.tf Normal file
View File

@@ -0,0 +1,19 @@
variable "app_subdomain_name" {
}
variable "custom_domain_count" {
}
variable "dns_zone_resource_group" {
}
variable "domain_name" {
}
variable "resource_group_name" {
type = string
}