Skip to content

Commit

Permalink
changed Set IP in AWS Security Group in sonar_single_account_cli.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roiklorin committed Nov 14, 2024
1 parent 1b640aa commit 21bd000
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sonar_single_account_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,10 @@ 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 -var additional_tags='${{ env.TF_VAR_additional_tags }}' plan
terraform -chdir=$REMOTE_EXAMPLE_DIR plan
- name: Terraform Apply
uses: appleboy/[email protected]
Expand All @@ -222,8 +222,8 @@ jobs:
key: ${{ env.JUMP_SERVER_KEY }}
port: 22
command_timeout: "2h"
envs: REMOTE_EXAMPLE_DIR,TF_WORKSPACE
script: terraform -chdir=$REMOTE_EXAMPLE_DIR apply -var additional_tags='${{env.TF_VAR_additional_tags }}''-auto-approve
envs: REMOTE_EXAMPLE_DIR,TF_WORKSPACE, TF_VAR_additional_tags
script: terraform -chdir=$REMOTE_EXAMPLE_DIR apply -auto-approve

- name: Terraform Output
if: always()
Expand Down

0 comments on commit 21bd000

Please sign in to comment.