Skip to content

Commit dfd5fed

Browse files
committed
deps: Update Terraform google to v6.45.0
1 parent fc5af2e commit dfd5fed

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.43.0"
21+
version = "6.45.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.43.0"
21+
version = "6.45.0"
2222
}
2323
google-beta = {
2424
source = "hashicorp/google-beta"

0 commit comments

Comments
 (0)