Skip to content

Commit

Permalink
Revert "Fix regional cluster example (#2385)"
Browse files Browse the repository at this point in the history
This reverts commit 065128e.
  • Loading branch information
rileykarson committed Nov 13, 2018
1 parent 065128e commit c452e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/container_node_pool.html.markdown
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.regional.name}"
cluster = "${google_container_cluster.primary.name}"
node_count = 1
}
Expand Down

0 comments on commit c452e21

Please sign in to comment.