File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
mariadb_server_with_private_endpoints Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ module "mariadb" {
7373 enable_private_endpoint = true
7474 virtual_network_name = "vnet-shared-hub-westeurope-001"
7575 private_subnet_address_prefix = ["10.1.5.0/29"]
76- existing_private_dns_zone = "demo.example.com"
76+ # existing_private_dns_zone = "demo.example.com"
7777
7878 # Firewall Rules to allow azure and external clients and specific Ip address/ranges.
7979 firewall_rules = {
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ module "mariadb" {
137137 enable_private_endpoint = true
138138 virtual_network_name = "vnet-shared-hub-westeurope-001"
139139 private_subnet_address_prefix = ["10.1.5.0/29"]
140- existing_private_dns_zone = "demo.example.com"
140+ # existing_private_dns_zone = "demo.example.com"
141141
142142 # Firewall Rules to allow azure and external clients and specific Ip address/ranges.
143143 firewall_rules = {
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ module "mariadb" {
6262 enable_private_endpoint = true
6363 virtual_network_name = "vnet-shared-hub-westeurope-001"
6464 private_subnet_address_prefix = ["10.1.5.0/29"]
65- existing_private_dns_zone = "demo.example.com"
65+ # existing_private_dns_zone = "demo.example.com"
6666
6767 # Firewall Rules to allow azure and external clients and specific Ip address/ranges.
6868 firewall_rules = {
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ module "mariadb" {
5555 enable_private_endpoint = true
5656 virtual_network_name = " vnet-shared-hub-westeurope-001"
5757 private_subnet_address_prefix = [" 10.1.5.0/29" ]
58- existing_private_dns_zone = " demo.example.com"
58+ # existing_private_dns_zone = "demo.example.com"
5959
6060 # Firewall Rules to allow azure and external clients and specific Ip address/ranges.
6161 firewall_rules = {
You can’t perform that action at this time.
0 commit comments