Bump hashicorp/terraform from 1.3.7 to 1.4.4

Bumps hashicorp/terraform from 1.3.7 to 1.4.4.

---
updated-dependencies:
- dependency-name: hashicorp/terraform
  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] 2023-04-10 18:52:43 +00:00 committed by Brett Logan
parent 37bf5f7e2c
commit 84c5990ef2

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.5.0 as kubeconfrm
FROM golangci/golangci-lint:v1.50.1 as golangci-lint
FROM hadolint/hadolint:latest-alpine as dockerfile-lint
FROM hashicorp/terraform:1.3.7 as terraform
FROM hashicorp/terraform:1.4.4 as terraform
FROM koalaman/shellcheck:v0.9.0 as shellcheck
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM mvdan/shfmt:v3.6.0 as shfmt