Bump hashicorp/terraform from 1.5.1 to 1.5.2 (#4436)

Bumps hashicorp/terraform from 1.5.1 to 1.5.2.

---
updated-dependencies:
- dependency-name: hashicorp/terraform
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-07 21:56:10 +00:00 committed by GitHub
parent 4cfa69aba1
commit 50955f0b92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ FROM ghcr.io/terraform-linters/tflint-bundle:v0.46.1.1 as tflint
FROM ghcr.io/yannh/kubeconform:v0.6.2 as kubeconfrm FROM ghcr.io/yannh/kubeconform:v0.6.2 as kubeconfrm
FROM golangci/golangci-lint:v1.53.3 as golangci-lint FROM golangci/golangci-lint:v1.53.3 as golangci-lint
FROM hadolint/hadolint:latest-alpine as dockerfile-lint FROM hadolint/hadolint:latest-alpine as dockerfile-lint
FROM hashicorp/terraform:1.5.1 as terraform FROM hashicorp/terraform:1.5.2 as terraform
FROM koalaman/shellcheck:v0.9.0 as shellcheck FROM koalaman/shellcheck:v0.9.0 as shellcheck
FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
FROM mvdan/shfmt:v3.7.0 as shfmt FROM mvdan/shfmt:v3.7.0 as shfmt