From 6e698415ad6152e79706f37597a2254543ef28a3 Mon Sep 17 00:00:00 2001 From: jonathan langlois Date: Thu, 19 Dec 2024 14:27:10 -0800 Subject: [PATCH] test: ci role test ci role permissions --- .github/workflows/terraform.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/terraform.yaml b/.github/workflows/terraform.yaml index e307ec1..766afd1 100644 --- a/.github/workflows/terraform.yaml +++ b/.github/workflows/terraform.yaml @@ -150,6 +150,6 @@ jobs: run: terraform plan -no-color working-directory: ./terraform-ecs - # - name: Terraform Apply - # run: terraform apply -auto-approve - # working-directory: ./terraform-ecs + - name: Terraform Apply + run: terraform apply -auto-approve + working-directory: ./terraform-ecs