Skip to content

Commit

Permalink
Update node pool docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson committed Nov 12, 2018
1 parent c426b50 commit 43583f2
Showing 1 changed file with 1 addition and 1 deletion.
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 43583f2

Please sign in to comment.