Skip to content

Commit

Permalink
remove ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody committed Aug 22, 2024
1 parent 7273487 commit 75bc088
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions autogen/main/cluster.tf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -480,11 +480,6 @@ resource "google_container_cluster" "primary" {
ignore_changes = [node_pool, initial_node_count, resource_labels["asmv"]]
}
{% endif %}
{% if autopilot_cluster == true %}
lifecycle {
ignore_changes = [node_pool_defaults[0].node_config_defaults[0].gcfs_config[0]]
}
{% endif %}

{% if autopilot_cluster != true %}
dynamic "dns_config" {
Expand Down
3 changes: 0 additions & 3 deletions modules/beta-autopilot-private-cluster/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,6 @@ resource "google_container_cluster" "primary" {
}
}

lifecycle {
ignore_changes = [node_pool_defaults[0].node_config_defaults[0].gcfs_config[0]]
}

timeouts {
create = lookup(var.timeouts, "create", "45m")
Expand Down
3 changes: 0 additions & 3 deletions modules/beta-autopilot-public-cluster/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,6 @@ resource "google_container_cluster" "primary" {
}
}

lifecycle {
ignore_changes = [node_pool_defaults[0].node_config_defaults[0].gcfs_config[0]]
}

timeouts {
create = lookup(var.timeouts, "create", "45m")
Expand Down

0 comments on commit 75bc088

Please sign in to comment.