terraform-providers.google: 3.18.0 -> 3.47.0

This commit is contained in:
Timothy Stott 2020-11-15 14:08:49 +00:00 committed by Jonathan Ringer
parent 1b413b1ca2
commit 0fc33746c6
2 changed files with 6 additions and 5 deletions

View File

@ -74,7 +74,6 @@ let
# These are the providers that don't fall in line with the default model
special-providers = {
# Override providers that use Go modules + vendor/ folder
google = patchGoModVendor automated-providers.google;
google-beta = patchGoModVendor automated-providers.google-beta;
acme = automated-providers.acme.overrideAttrs (attrs: {

View File

@ -346,11 +346,13 @@
"version": "2.9.0"
},
"google": {
"owner": "terraform-providers",
"owner": "hashicorp",
"provider-source-address": "registry.terraform.io/hashicorp/google",
"repo": "terraform-provider-google",
"rev": "v3.18.0",
"sha256": "18cxl1qw1wyvzvhgjm1s3c19hbi5z9s6mipgazhrac70myw8dmy7",
"version": "3.18.0"
"rev": "v3.47.0",
"sha256": "05xb0q56y9088qbyaf3vzjm9im1s2azxffhjffjpzi0i79k0g2p0",
"vendorSha256": "1h83p7ncv7b4ci7qdig7hb81zk9458fq9aqqbkryawf1w7wbaq2a",
"version": "3.47.0"
},
"google-beta": {
"owner": "terraform-providers",