Skip to content

Commit 9cc7db8

Browse files
committed
fix: Ignore changes to non-updateable agent_config for workers
Signed-off-by: Devon Crouse <[email protected]>
1 parent 3184190 commit 9cc7db8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/workers/instance.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ resource "oci_core_instance" "workers" {
110110
}
111111

112112
ignore_changes = [
113+
agent_config, # TODO Not updateable; remove when supported
113114
defined_tags, freeform_tags, display_name,
114115
metadata["cluster_ca_cert"], metadata["user_data"],
115116
create_vnic_details[0].defined_tags,

0 commit comments

Comments
 (0)