Skip to content

Commit

Permalink
wrote tags to tfvars in single account workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
roiklorin committed Dec 8, 2024
1 parent a997d58 commit c77c5db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sonar_single_account_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ env:
JUMP_SERVER_KEY: ${{ secrets.JUMP_SERVER_KEY }}
AWS_REGION: ap-southeast-1
TF_WORKSPACE: sonar_single_account_cli
DESTROY_DELAY_SECONDS: 1800
TF_VAR_additional_tags: ${{ secrets.DEPLOYMENT_TAGS }}
DESTROY_DELAY_SECONDS: 10

permissions:
contents: read
Expand Down Expand Up @@ -138,8 +137,9 @@ jobs:
run: |
cat << EOF > $EXAMPLE_DIR/terraform.tfvars
${{ vars.TFVAR_PARAMETERS_SINGLE_ACCOUNT_AUTOMATION_V1 }}
${{ secrets.DEPLOYMENT_TAGS }}
EOF
- name: View The Vars
run: cat $EXAMPLE_DIR/terraform.tfvars
Expand Down

0 comments on commit c77c5db

Please sign in to comment.