diff --git a/.github/workflows/lint-terraform.yaml b/.github/workflows/lint-terraform.yaml index ed9eb8b..cd3ca0b 100644 --- a/.github/workflows/lint-terraform.yaml +++ b/.github/workflows/lint-terraform.yaml @@ -27,3 +27,4 @@ jobs: working-directory: ./terraform run: > terraform fmt --recursive --check --list=true --diff + diff --git a/setup.sh b/setup.sh index 819b303..f4909c5 100755 --- a/setup.sh +++ b/setup.sh @@ -4,7 +4,7 @@ asdf plugin add age https://github.com/threkk/asdf-age.git asdf plugin add shellcheck https://github.com/luizm/asdf-shellcheck.git asdf plugin add sops https://github.com/feniix/asdf-sops.git -asdf plugin-add terraform-ls https://github.com/asdf-community/asdf-hashicorp.git +asdf plugin-add terraform https://github.com/asdf-community/asdf-hashicorp.git asdf plugin-add helm https://github.com/Antiarchitect/asdf-helm.git asdf plugin-add python