Skip to content

Commit 68c7678

Browse files
committed
final configuration for version 1.0
1 parent e84c29c commit 68c7678

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 = {

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 = {

examples/mariadb_server_with_private_endpoints/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 = {

examples/mariadb_server_with_private_endpoints/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 = {

0 commit comments

Comments
 (0)