deps: update Terraform dependencies (#3813)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-05-07 10:47:22 +02:00 committed by GitHub
parent 4b2a04adcf
commit 3febe0c109
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 83 additions and 85 deletions

View file

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