terraform: upgrade hashicorp/google to 6.7.0 (#3440)

This commit is contained in:
Markus Rudy 2024-10-21 10:41:33 +02:00 committed by GitHub
parent 0997ce2b98
commit 96ac7124e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 63 additions and 127 deletions

View file

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