Skip to content

Commit 9b1f469

Browse files
committed
deps: Update Terraform google to v6.33.0
1 parent 42ac128 commit 9b1f469

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infra/permissions/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ terraform {
1818
required_providers {
1919
google = {
2020
source = "hashicorp/google"
21-
version = "6.32.0"
21+
version = "6.33.0"
2222
}
2323
}
2424
}

infra/resources/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ terraform {
1818
required_providers {
1919
google = {
2020
source = "hashicorp/google"
21-
version = "6.32.0"
21+
version = "6.33.0"
2222
}
2323
google-beta = {
2424
source = "hashicorp/google-beta"

0 commit comments

Comments
 (0)