diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4142d89..9302042 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,13 +30,9 @@ jobs: working-directory: 'infrastructure' run: terraform fmt -check - # Run Plan - - name: Terraform Plan - working-directory: 'infrastructure' - run: terraform plan - # Build cluster first - name: Terraform Apply + working-directory: 'infrastructure' run: terraform apply -auto-approve services: