Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove default variables. If needed just set the default in the varia…
Browse files Browse the repository at this point in the history
…ble {} block
sgametrio committed Jan 3, 2024
1 parent 82e4fb9 commit da6adac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tf-deploy-basic.yaml
Original file line number Diff line number Diff line change
@@ -144,9 +144,6 @@ jobs:
-no-color \
-input=false \
-lock=false \
-var="environment=${{ inputs.environment }}" \
-var="github_repo=${{ github.event.repository.name }}" \
-var="region=${{ inputs.aws_region }}" \
-out="tfplan" \
${tf_args}
continue-on-error: true

0 comments on commit da6adac

Please sign in to comment.