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 97c2b3f commit e2b9847Copy full SHA for e2b9847
gke/standard/zonal/reservation/main.tf
@@ -109,6 +109,7 @@ resource "google_container_node_pool" "specific_node_pool" {
109
110
# [START gke_standard_zonal_reservation_flex]
111
resource "google_container_node_pool" "reservation_flex" {
112
+ provider = google-beta
113
name = "gke_standard_zonal_reservation_flex"
114
cluster = google_container_cluster.default.name
115
location = google_container_cluster.default.location
0 commit comments