Merge pull request #16242 from rifelpet/gcp-tf

Bump GCP terraform provider to latest
This commit is contained in:
Kubernetes Prow Robot 2024-01-11 05:22:12 +01:00 committed by GitHub
commit 7b631db949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 10 additions and 10 deletions

View File

@ -823,7 +823,7 @@ terraform {
} }
google = { google = {
"source" = "hashicorp/google" "source" = "hashicorp/google"
"version" = ">= 2.19.0" "version" = ">= 5.11.0"
} }
} }
} }

View File

@ -603,7 +603,7 @@ terraform {
} }
google = { google = {
"source" = "hashicorp/google" "source" = "hashicorp/google"
"version" = ">= 2.19.0" "version" = ">= 5.11.0"
} }
} }
} }

View File

@ -579,7 +579,7 @@ terraform {
} }
google = { google = {
"source" = "hashicorp/google" "source" = "hashicorp/google"
"version" = ">= 2.19.0" "version" = ">= 5.11.0"
} }
} }
} }

View File

@ -673,7 +673,7 @@ terraform {
} }
google = { google = {
"source" = "hashicorp/google" "source" = "hashicorp/google"
"version" = ">= 2.19.0" "version" = ">= 5.11.0"
} }
} }
} }

View File

@ -642,7 +642,7 @@ terraform {
} }
google = { google = {
"source" = "hashicorp/google" "source" = "hashicorp/google"
"version" = ">= 2.19.0" "version" = ">= 5.11.0"
} }
} }
} }

View File

@ -642,7 +642,7 @@ terraform {
} }
google = { google = {
"source" = "hashicorp/google" "source" = "hashicorp/google"
"version" = ">= 2.19.0" "version" = ">= 5.11.0"
} }
} }
} }

View File

@ -579,7 +579,7 @@ terraform {
} }
google = { google = {
"source" = "hashicorp/google" "source" = "hashicorp/google"
"version" = ">= 2.19.0" "version" = ">= 5.11.0"
} }
} }
} }

View File

@ -632,7 +632,7 @@ terraform {
} }
google = { google = {
"source" = "hashicorp/google" "source" = "hashicorp/google"
"version" = ">= 2.19.0" "version" = ">= 5.11.0"
} }
} }
} }

View File

@ -592,7 +592,7 @@ terraform {
} }
google = { google = {
"source" = "hashicorp/google" "source" = "hashicorp/google"
"version" = ">= 2.19.0" "version" = ">= 5.11.0"
} }
} }
} }

View File

@ -245,7 +245,7 @@ func (t *TerraformTarget) writeTerraform(buf *bytes.Buffer) {
}, },
"google": { "google": {
"source": "hashicorp/google", "source": "hashicorp/google",
"version": ">= 2.19.0", "version": ">= 5.11.0",
}, },
"hcloud": { "hcloud": {
"source": "hetznercloud/hcloud", "source": "hetznercloud/hcloud",