Skip to content

Commit

Permalink
added deployment tags in sonar_single_account_cli.yml terraform steps
Browse files Browse the repository at this point in the history
  • Loading branch information
roiklorin committed Nov 10, 2024
1 parent a161299 commit 6aa868c
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 @@ -209,7 +209,7 @@ jobs:
key: ${{ env.JUMP_SERVER_KEY }}
port: 22
command_timeout: "2h"
envs: REMOTE_EXAMPLE_DIR,TF_WORKSPACE
envs: REMOTE_EXAMPLE_DIR,TF_WORKSPACE, TF_VAR_additional_tags
script: |
printenv
terraform -chdir=$REMOTE_EXAMPLE_DIR plan
Expand All @@ -222,7 +222,7 @@ jobs:
key: ${{ env.JUMP_SERVER_KEY }}
port: 22
command_timeout: "2h"
envs: REMOTE_EXAMPLE_DIR,TF_WORKSPACE
envs: REMOTE_EXAMPLE_DIR,TF_WORKSPACE, TF_VAR_additional_tags
script: terraform -chdir=$REMOTE_EXAMPLE_DIR apply -auto-approve

- name: Terraform Output
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
key: ${{ env.JUMP_SERVER_KEY }}
port: 22
command_timeout: "2h"
envs: REMOTE_EXAMPLE_DIR,TF_WORKSPACE
envs: REMOTE_EXAMPLE_DIR,TF_WORKSPACE, TF_VAR_additional_tags
script: terraform -chdir=$REMOTE_EXAMPLE_DIR destroy -auto-approve

- name: Delete Security Group
Expand Down

0 comments on commit 6aa868c

Please sign in to comment.