updating modules
This commit is contained in:
19
modules/dns/variables.tf
Normal file
19
modules/dns/variables.tf
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user