Skip to content

Commit

Permalink
fix: Do not ignore "mesh_id" label on "google_container_cluster" reso…
Browse files Browse the repository at this point in the history
…urce
  • Loading branch information
legal90 committed Jan 12, 2024
1 parent 1835f80 commit eb6a357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen/main/cluster.tf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ resource "google_container_cluster" "primary" {

{% if autopilot_cluster != true %}
lifecycle {
ignore_changes = [node_pool, initial_node_count, resource_labels["asmv"], resource_labels["mesh_id"]]
ignore_changes = [node_pool, initial_node_count, resource_labels["asmv"]]
}
{% endif %}

Expand Down

0 comments on commit eb6a357

Please sign in to comment.