deps: update Terraform google to v4.72.0 (#2026)

Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-07-06 11:53:15 +02:00 committed by GitHub
parent ff74afa00d
commit 3f1faead94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 68 additions and 68 deletions

View file

@ -2,7 +2,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "4.69.1"
version = "4.72.0"
}
google-beta = {
source = "hashicorp/google-beta"

View file

@ -2,7 +2,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "4.69.1"
version = "4.72.0"
}
}
}