chore(deps): bump hashicorp/null from 3.0.0 to 3.1.0 in /terraform

Bumps [hashicorp/null](https://github.com/hashicorp/terraform-provider-null) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/hashicorp/terraform-provider-null/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-null/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/terraform-provider-null/compare/v3.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: hashicorp/null
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-06-30 11:38:40 +00:00 committed by GitHub
parent ccff2684ad
commit c6f787e622
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

25
terraform/.terraform.lock.hcl generated Executable file → Normal file
View file

@ -39,20 +39,21 @@ provider "registry.terraform.io/hashicorp/google" {
} }
provider "registry.terraform.io/hashicorp/null" { provider "registry.terraform.io/hashicorp/null" {
version = "3.0.0" version = "3.1.0"
constraints = ">= 3.0.0" constraints = ">= 3.0.0"
hashes = [ hashes = [
"h1:ysHGBhBNkIiJLEpthB/IVCLpA1Qoncp3KbCTFGFZTO0=", "h1:vpC6bgUQoJ0znqIKVFevOdq+YQw42bRq0u+H3nto8nA=",
"zh:05fb7eab469324c97e9b73a61d2ece6f91de4e9b493e573bfeda0f2077bc3a4c", "zh:02a1675fd8de126a00460942aaae242e65ca3380b5bb192e8773ef3da9073fd2",
"zh:1688aa91885a395c4ae67636d411475d0b831e422e005dcf02eedacaafac3bb4", "zh:53e30545ff8926a8e30ad30648991ca8b93b6fa496272cd23b26763c8ee84515",
"zh:24a0b1292e3a474f57c483a7a4512d797e041bc9c2fbaac42fe12e86a7fb5a3c", "zh:5f9200bf708913621d0f6514179d89700e9aa3097c77dac730e8ba6e5901d521",
"zh:2fc951bd0d1b9b23427acc93be09b6909d72871e464088171da60fbee4fdde03", "zh:9ebf4d9704faba06b3ec7242c773c0fbfe12d62db7d00356d4f55385fc69bfb2",
"zh:6db825759425599a326385a68acc6be2d9ba0d7d6ef587191d0cdc6daef9ac63", "zh:a6576c81adc70326e4e1c999c04ad9ca37113a6e925aefab4765e5a5198efa7e",
"zh:85985763d02618993c32c294072cc6ec51f1692b803cb506fcfedca9d40eaec9", "zh:a8a42d13346347aff6c63a37cda9b2c6aa5cc384a55b2fe6d6adfa390e609c53",
"zh:a53186599c57058be1509f904da512342cfdc5d808efdaf02dec15f0f3cb039a", "zh:c797744d08a5307d50210e0454f91ca4d1c7621c68740441cf4579390452321d",
"zh:c2e07b49b6efa676bdc7b00c06333ea1792a983a5720f9e2233db27323d2707c", "zh:cecb6a304046df34c11229f20a80b24b1603960b794d68361a67c5efe58e62b8",
"zh:cdc8fe1096103cf5374751e2e8408ec4abd2eb67d5a1c5151fe2c7ecfd525bef", "zh:e1371aa1e502000d9974cfaff5be4cfa02f47b17400005a16f14d2ef30dc2a70",
"zh:dbdef21df0c012b0d08776f3d4f34eb0f2f229adfde07ff252a119e52c0f65b7", "zh:fc39cc1fe71234a0b0369d5c5c7f876c71b956d23d7d6f518289737a001ba69b",
"zh:fea4227271ebf7d9e2b61b89ce2328c7262acd9fd190e1fd6d15a591abfa848e",
] ]
} }