diff --git a/.github/workflows/terraform_apply.yaml b/.github/workflows/terraform_apply.yaml index 65db331..75272d1 100644 --- a/.github/workflows/terraform_apply.yaml +++ b/.github/workflows/terraform_apply.yaml @@ -107,7 +107,8 @@ jobs: workspace: ${{ vars.terraform_workspace }} commit_sha: ${{ steps.terraform_init.outputs.commit_sha }} download_cache: true - setup_terraform: false + setup_terraform: true + terraform_wrapper: false cache_key: ${{ needs.Plan.outputs.cache_key }} env: AWS_ACCESS_KEY_ID: ${{ steps.aws_auth.outputs.aws_access_key_id }}