Skip to content

Commit e6b3ecb

Browse files
cslinkapeabody
andauthored
Update gke/standard/zonal/no-channel-to-release-channel/main.tf
Co-authored-by: Andrew Peabody <[email protected]>
1 parent 6cc7199 commit e6b3ecb

File tree

1 file changed

+1
-1
lines changed
  • gke/standard/zonal/no-channel-to-release-channel

1 file changed

+1
-1
lines changed

gke/standard/zonal/no-channel-to-release-channel/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ resource "google_container_cluster" "rc_regular" {
130130

131131
resource "google_container_node_pool" "rc_regular" {
132132
name = "cluster-zonal-example-none-to-rc-np"
133-
cluster = google_container_cluster.rc_regular.name
133+
cluster = google_container_cluster.rc_regular.id
134134

135135
node_count = 2
136136

0 commit comments

Comments
 (0)