From 1810fb7da65849bbcb3fab3b6f2bb7134343ea61 Mon Sep 17 00:00:00 2001 From: Robin-Manuel Thiel Date: Mon, 24 Oct 2022 17:10:06 +0200 Subject: [PATCH] Update action.yaml --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 6e70b3a..bef8b23 100644 --- a/action.yaml +++ b/action.yaml @@ -115,7 +115,7 @@ runs: run: | if [[ "${{ inputs.apply }}" == "true" ]]; then echo "Running terraform apply..." - terraform plan + terraform apply -auto-approve elif [[ "${{ inputs.destroy }}" == "true" ]]; then echo "Running terraform destroy..." terraform destroy -auto-approve