Skip to content

Commit

Permalink
Workaround inconsistent final plan
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmiller609 committed Sep 30, 2019
1 parent 7b2a8cf commit 1ce7e7d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions node_pools.tf
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,12 @@ resource "google_container_node_pool" "node_pool_platform" {
#
# name = "${var.deployment_id}-platform-${formatdate("MM-DD-hh-mm", timestamp())}"

timeouts {
create = "30m"
update = "30m"
delete = "30m"
}
# not working because 'inconsistent final plan'
# timeouts {
# create = "30m"
# update = "30m"
# delete = "30m"
# }

version = data.google_container_cluster.primary.master_version

Expand Down

0 comments on commit 1ce7e7d

Please sign in to comment.