Skip to content

Commit 24a718e

Browse files
authored
Ignore lifecycle changes for AD, defined_tags, all metadata (#70)
Signed-off-by: Devon Crouse <[email protected]> Signed-off-by: Devon Crouse <[email protected]>
1 parent 93ea8ab commit 24a718e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compute.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ resource "oci_core_instance" "operator" {
6565

6666
# prevent the operator from destroying and recreating itself if the image ocid/tagging/user data changes
6767
lifecycle {
68-
ignore_changes = [freeform_tags, metadata["user_data"], source_details[0].source_id]
68+
ignore_changes = [availability_domain, defined_tags, freeform_tags, metadata, source_details[0].source_id]
6969
}
7070

7171
timeouts {

0 commit comments

Comments
 (0)