Skip to content

Commit 4a62cfb

Browse files
committed
ignore node config resource labels
1 parent 8462de1 commit 4a62cfb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

scaletest/terraform/action/gcp_clusters.tf

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,11 @@ resource "google_container_node_pool" "node_pool" {
152152
}
153153
}
154154
lifecycle {
155-
ignore_changes = [management[0].auto_repair, management[0].auto_upgrade, timeouts]
155+
ignore_changes = [
156+
management[0].auto_repair,
157+
management[0].auto_upgrade,
158+
timeouts,
159+
node_config[0].resource_labels
160+
]
156161
}
157162
}

0 commit comments

Comments
 (0)