We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc7199 commit e6b3ecbCopy full SHA for e6b3ecb
gke/standard/zonal/no-channel-to-release-channel/main.tf
@@ -130,7 +130,7 @@ resource "google_container_cluster" "rc_regular" {
130
131
resource "google_container_node_pool" "rc_regular" {
132
name = "cluster-zonal-example-none-to-rc-np"
133
- cluster = google_container_cluster.rc_regular.name
+ cluster = google_container_cluster.rc_regular.id
134
135
node_count = 2
136
0 commit comments