Skip to content

Commit 713eedd

Browse files
Copilotmarrobi
andauthored
Add ip_tags to ignore_changes on appgwpip public IP to prevent forced replacement
Agent-Logs-Url: https://github.com/microsoft/AzureTRE/sessions/de009e2c-bd9e-4c65-a86b-a1939648a2e8 Co-authored-by: marrobi <17089773+marrobi@users.noreply.github.com>
1 parent 4dadc48 commit 713eedd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/terraform/appgateway/appgateway.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resource "azurerm_public_ip" "appgwpip" {
77
domain_name_label = var.tre_id
88
tags = local.tre_core_tags
99

10-
lifecycle { ignore_changes = [tags, zones] }
10+
lifecycle { ignore_changes = [tags, zones, ip_tags] }
1111
}
1212

1313
resource "azurerm_user_assigned_identity" "agw_id" {

0 commit comments

Comments
 (0)