Skip to content

Commit 35f5231

Browse files
chore(deps): update terraform google to v4.85.0 (#184)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 66cbd08 commit 35f5231

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployment/modules/remote-state/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
google = {
44
source = "hashicorp/google"
5-
version = "4.84.0"
5+
version = "4.85.0"
66
}
77
}
88
}

deployment/modules/webhook/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
google = {
55
source = "hashicorp/google"
6-
version = "4.84.0"
6+
version = "4.85.0"
77
}
88
}
99
}

0 commit comments

Comments
 (0)