deps: update GCP to 5.13.0 (#2872)

This commit is contained in:
Moritz Sanft 2024-01-31 15:29:59 +01:00 committed by GitHub
parent fafb9886b0
commit 2140fa5452
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 42 additions and 101 deletions

View file

@ -2,12 +2,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "4.83.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "4.83.0"
version = "5.13.0"
}
}
}