Skip to content

Commit

Permalink
format tf files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostas Evangelou committed Oct 16, 2019
1 parent dcb2b11 commit 970671f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/beta-private-cluster-update-variant/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ resource "google_container_node_pool" "pools" {
}

lifecycle {
ignore_changes = [initial_node_count]
ignore_changes = [initial_node_count]
create_before_destroy = true
}

Expand Down
2 changes: 1 addition & 1 deletion modules/private-cluster-update-variant/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ resource "google_container_node_pool" "pools" {
}

lifecycle {
ignore_changes = [initial_node_count]
ignore_changes = [initial_node_count]
create_before_destroy = true
}

Expand Down

0 comments on commit 970671f

Please sign in to comment.