Bump hashicorp/terraform from 1.4.4 to 1.4.6 (#4161)

Bumps hashicorp/terraform from 1.4.4 to 1.4.6.

---
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-05-24 17:47:50 +00:00 committed by GitHub
parent ee061173c6
commit aaa5c8798c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ FROM ghcr.io/terraform-linters/tflint-bundle:v0.46.0.1 as tflint
FROM ghcr.io/yannh/kubeconform:v0.6.1 as kubeconfrm FROM ghcr.io/yannh/kubeconform:v0.6.1 as kubeconfrm
FROM golangci/golangci-lint:v1.52.2 as golangci-lint FROM golangci/golangci-lint:v1.52.2 as golangci-lint
FROM hadolint/hadolint:latest-alpine as dockerfile-lint FROM hadolint/hadolint:latest-alpine as dockerfile-lint
FROM hashicorp/terraform:1.4.4 as terraform FROM hashicorp/terraform:1.4.6 as terraform
FROM koalaman/shellcheck:v0.9.0 as shellcheck FROM koalaman/shellcheck:v0.9.0 as shellcheck
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM mvdan/shfmt:v3.6.0 as shfmt FROM mvdan/shfmt:v3.6.0 as shfmt