Update Terraform google to v4.42.1 (#434)

Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-11-04 10:14:13 +01:00 committed by GitHub
parent 4eb234eed5
commit f71073a77f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 22 deletions

View file

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

View file

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