Update Terraform google to v4.45.0 (#742)

Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-12-08 15:59:15 +01:00 committed by GitHub
parent 9b1551e76a
commit 9d0d561726
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 52 additions and 62 deletions

View file

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

View file

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