Skip to content

Commit

Permalink
[Terraform]: Fix regional cluster docs example (#901)
Browse files Browse the repository at this point in the history
Merged PR #901.
  • Loading branch information
rileykarson authored and modular-magician committed Nov 12, 2018
1 parent b618a2c commit d93b98e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/terraform-beta
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ resource "google_container_cluster" "regional" {
resource "google_container_node_pool" "regional-np" {
name = "my-node-pool"
region = "us-central1"
cluster = "${google_container_cluster.primary.name}"
cluster = "${google_container_cluster.regional.name}"
node_count = 1
}
Expand Down

0 comments on commit d93b98e

Please sign in to comment.