Skip to content

Commit e2b9847

Browse files
authored
Add provider as google-beta
1 parent 97c2b3f commit e2b9847

File tree

1 file changed

+1
-0
lines changed
  • gke/standard/zonal/reservation

1 file changed

+1
-0
lines changed

gke/standard/zonal/reservation/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ resource "google_container_node_pool" "specific_node_pool" {
109109

110110
# [START gke_standard_zonal_reservation_flex]
111111
resource "google_container_node_pool" "reservation_flex" {
112+
provider = google-beta
112113
name = "gke_standard_zonal_reservation_flex"
113114
cluster = google_container_cluster.default.name
114115
location = google_container_cluster.default.location

0 commit comments

Comments
 (0)