Skip to content

Commit 09e9a4b

Browse files
chore(deps): Update Terraform Google Provider to v5 (major) (#377)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andrew Peabody <[email protected]>
1 parent bf3c8a3 commit 09e9a4b

File tree

3 files changed

+2
-62
lines changed

3 files changed

+2
-62
lines changed

examples/cloudrun/versions.tf

Lines changed: 0 additions & 29 deletions
This file was deleted.

examples/https-gke/gke-node-port/versions.tf

Lines changed: 0 additions & 31 deletions
This file was deleted.

test/setup/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ terraform {
1919
required_providers {
2020
google = {
2121
source = "hashicorp/google"
22-
version = ">= 3.32, < 5.0"
22+
version = ">= 3.32"
2323
}
2424
google-beta = {
2525
source = "hashicorp/google-beta"
26-
version = ">= 4.40, < 5.0"
26+
version = ">= 4.40"
2727
}
2828
}
2929
}

0 commit comments

Comments
 (0)