From fccb16cddc913fb8baa845a61aa4515698d226bc Mon Sep 17 00:00:00 2001 From: Andrew Byrne Date: Tue, 3 Sep 2024 10:10:18 +1000 Subject: [PATCH] Revert "Ignore annotation changes (#103)" This reverts commit 2bd7fb0ce72655c1a4b4844db6c3ea7a7ab065c2. --- modules/terraform-aci-l3out/main.tf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/modules/terraform-aci-l3out/main.tf b/modules/terraform-aci-l3out/main.tf index 5f1209f2..c451b3a7 100644 --- a/modules/terraform-aci-l3out/main.tf +++ b/modules/terraform-aci-l3out/main.tf @@ -16,10 +16,6 @@ resource "aci_rest_managed" "l3extOut" { targetDscp = var.target_dscp enforceRtctrl = join(",", concat(var.export_route_control_enforcement == true ? ["export"] : [], var.import_route_control_enforcement == true ? ["import"] : [])) } - - lifecycle { - ignore_changes = [annotation] - } } resource "aci_rest_managed" "ospfExtP" { @@ -65,10 +61,6 @@ resource "aci_rest_managed" "l3extRsEctx" { content = { tnFvCtxName = var.vrf } - - lifecycle { - ignore_changes = [annotation] - } } resource "aci_rest_managed" "rtctrlProfile_import" {