Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit 988058f

Browse files
authored
Update main.tf
update `zone` to `location` in `data.google_container_engine_versions.on_prem`
1 parent 62e6f92 commit 988058f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

terraform/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ limitations under the License.
1919
// Provides access to available Google Container Engine versions in a zone for a given project.
2020
// https://www.terraform.io/docs/providers/google/d/google_container_engine_versions.html
2121
data "google_container_engine_versions" "on-prem" {
22-
zone = var.zone
23-
project = var.project
22+
location = var.zone
23+
project = var.project
2424
}
2525

2626
# Syntax for using a custom module, which is a collection of resources

0 commit comments

Comments
 (0)