Skip to content

Commit 126ce26

Browse files
committed
feat(deps): Update Terraform Google Provider to v5
1 parent 4862961 commit 126ce26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/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.53, < 4.84.1"
22+
version = ">= 3.53, < 5.1.1"
2323
}
2424
google-beta = {
2525
source = "hashicorp/google-beta"
26-
version = ">= 3.53, < 4.84.1"
26+
version = ">= 3.53, < 5.1.1"
2727
}
2828
random = {
2929
source = "hashicorp/random"

0 commit comments

Comments
 (0)