From 8fa8d24e3be17b29e6ed4097126273cd1c4ccf69 Mon Sep 17 00:00:00 2001 From: Kristaps Berzinch Date: Wed, 19 Jun 2024 14:37:17 -0400 Subject: [PATCH] Auto-approve terraform apply --- .github/workflows/terraform-apply.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform-apply.yml b/.github/workflows/terraform-apply.yml index d74df00..b2f5f58 100644 --- a/.github/workflows/terraform-apply.yml +++ b/.github/workflows/terraform-apply.yml @@ -60,7 +60,7 @@ jobs: run: terraform validate - name: Terraform Apply - run: terraform apply -var=ref=${{ inputs.ref }} + run: terraform apply -var=ref=${{ inputs.ref }} -auto-approve - name: Get Terraform outputs id: get_outputs