Skip to content

Commit

Permalink
fix: missing ignore_changes on unmanaged zone group private endpoint (
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF authored Aug 15, 2024
1 parent 4f437f4 commit c24eefb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.private_endpoint.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ resource "azurerm_private_endpoint" "this_unmanaged_dns_zone_groups" {
subresource_name = "vault"
}
}

lifecycle {
ignore_changes = [private_dns_zone_group]
}
}

resource "azurerm_private_endpoint_application_security_group_association" "this" {
Expand Down

0 comments on commit c24eefb

Please sign in to comment.