Skip to content

Commit

Permalink
Fix HCP
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganeshrockz committed Dec 6, 2023
1 parent aab6d3d commit d3e7620
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reusable-ecs-example-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ jobs:
VARS+=" -var $key=$value"
done
if [[ ${{ inputs.pass-hcp-project-id }} ]]; then
VARS+=" -var hcp_project_id=${{ secrets.HCP_PROJECT_ID }}"
fi
terraform init
terraform destroy -auto-approve $VARS

0 comments on commit d3e7620

Please sign in to comment.