We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d42085 commit 4a4295dCopy full SHA for 4a4295d
test/terraform/main.tf
@@ -8,7 +8,7 @@ resource "random_id" "suffix" {
8
9
data "google_container_engine_versions" "main" {
10
location = "${var.zone}"
11
- version_prefix = "1.17."
+ version_prefix = "1.18."
12
}
13
14
data "google_service_account" "gcpapi" {
0 commit comments