Skip to content

Commit

Permalink
Fix regional cluster example (#125)
Browse files Browse the repository at this point in the history
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
  • Loading branch information
modular-magician authored and rileykarson committed Nov 12, 2018
1 parent 0b73e3a commit 4e534d4
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.primary.name}"
cluster = "${google_container_cluster.regional.name}"
node_count = 1
}
Expand Down

0 comments on commit 4e534d4

Please sign in to comment.