Skip to content

Commit

Permalink
Add additional step
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganeshrockz committed Dec 5, 2023
1 parent 984501f commit ff32607
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/reusable-ecs-example-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ECS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_ECS_SECRET_ACCESS_KEY }}
role-duration-seconds: 7200
- name: Print IP
run: |
echo "Printing"
curl ifconfig.me
- name: terraform init & apply
run: |
VARS_JSON="${{ inputs.variables }}"
Expand Down Expand Up @@ -81,8 +85,6 @@ jobs:
VARS+=" -var $key=$value"
done
echo $VARS
terraform init
terraform destroy -auto-approve $VARS

0 comments on commit ff32607

Please sign in to comment.