From d9a7e8b3afc0f03199abbae24d0b43f021b180ec Mon Sep 17 00:00:00 2001 From: arcnmx Date: Thu, 21 Oct 2021 11:15:55 -0700 Subject: [PATCH] fix OCI terraform apply workaround for an upstream issue: https://github.com/terraform-providers/terraform-provider-oci/issues/1283 --- config/profiles/hardware/oracle/common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/profiles/hardware/oracle/common.nix b/config/profiles/hardware/oracle/common.nix index b12dcd61..b6de04ef 100644 --- a/config/profiles/hardware/oracle/common.nix +++ b/config/profiles/hardware/oracle/common.nix @@ -215,6 +215,8 @@ in }; lifecycle.ignoreChanges = [ "source_details[0].source_id" + "create_vnic_details[0].defined_tags" + "defined_tags" "metadata" ]; connection = {