Bump hashicorp/terraform from 1.5.2 to 1.5.5 (#4546)

Bumps hashicorp/terraform from 1.5.2 to 1.5.5.

---
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-08-11 22:19:46 +00:00 committed by GitHub
parent 5e329f4d04
commit 2ee2e475d9
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.47.0.0 as tflint
FROM ghcr.io/yannh/kubeconform:v0.6.2 as kubeconfrm
FROM golangci/golangci-lint:v1.53.3 as golangci-lint
FROM hadolint/hadolint:latest-alpine as dockerfile-lint
FROM hashicorp/terraform:1.5.2 as terraform
FROM hashicorp/terraform:1.5.5 as terraform
FROM koalaman/shellcheck:v0.9.0 as shellcheck
FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
FROM mvdan/shfmt:v3.7.0 as shfmt