Skip to content

Commit

Permalink
added working director to terraform apply
Browse files Browse the repository at this point in the history
  • Loading branch information
shanice-skylight committed Jan 3, 2025
1 parent 401d4c2 commit a96293d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ecs_deployment_apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,13 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}

- name: Download Terraform Plan
uses: actions/download-artifact@v4.1.8
uses: actions/download-artifact@v4
with:
name: tfplan
path: ./terraform/implementation/ecs/tfplan

- name: Terraform
working-directory: ./terraform/implementation/ecs
env:
ACTION: ${{ env.terraform_action }}
BUCKET: ${{ secrets.TFSTATE_BUCKET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ecs_deployment_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
-var "qc_tls_cert=${TLS_CERT}"
- name: Save Terraform Plan
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4
with:
name: tfplan
path: ./terraform/implementation/ecs/tfplan

0 comments on commit a96293d

Please sign in to comment.