Skip to content

Commit

Permalink
V0.4.1 (#88)
Browse files Browse the repository at this point in the history
* fixed domain name

* update readme
  • Loading branch information
cshea-msft authored Sep 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e0836d7 commit 84802b4
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/deploy_network_isolation/README.md
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@ resource "azurerm_subnet" "this" {
module "privatednszone" {
source = "Azure/avm-res-network-privatednszone/azurerm"
version = "~> 0.1.1"
domain_name = "privatelink.workspace.azure.net"
domain_name = "privatelink.monitor.azure.com"
resource_group_name = azurerm_resource_group.this.name
virtual_network_links = {
vnetlink0 = {
2 changes: 1 addition & 1 deletion examples/deploy_network_isolation/main.tf
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@ resource "azurerm_subnet" "this" {
module "privatednszone" {
source = "Azure/avm-res-network-privatednszone/azurerm"
version = "~> 0.1.1"
domain_name = "privatelink.workspace.azure.net"
domain_name = "privatelink.monitor.azure.com"
resource_group_name = azurerm_resource_group.this.name
virtual_network_links = {
vnetlink0 = {

0 comments on commit 84802b4

Please sign in to comment.