There was an error while loading. Please reload this page.
1 parent 62e6f92 commit 988058fCopy full SHA for 988058f
1 file changed
terraform/main.tf
@@ -19,8 +19,8 @@ limitations under the License.
19
// Provides access to available Google Container Engine versions in a zone for a given project.
20
// https://www.terraform.io/docs/providers/google/d/google_container_engine_versions.html
21
data "google_container_engine_versions" "on-prem" {
22
- zone = var.zone
23
- project = var.project
+ location = var.zone
+ project = var.project
24
}
25
26
# Syntax for using a custom module, which is a collection of resources
0 commit comments