deps: update Terraform google to v7 (#3937)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-09-01 16:07:04 +02:00 committed by GitHub
parent 0066419668
commit 618b85c477
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 54 additions and 54 deletions

View file

@ -2,7 +2,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "6.49.2"
version = "7.0.1"
}
random = {