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 bcadce0 commit 1b640aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonar_single_account_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
envs: REMOTE_EXAMPLE_DIR,TF_WORKSPACE
script: |
printenv
terraform -chdir=$REMOTE_EXAMPLE_DIR plan
terraform -chdir=$REMOTE_EXAMPLE_DIR -var additional_tags='${{ env.TF_VAR_additional_tags }}' plan
- name: Terraform Apply
uses: appleboy/[email protected]
Expand All @@ -223,7 +223,7 @@ jobs:
port: 22
command_timeout: "2h"
envs: REMOTE_EXAMPLE_DIR,TF_WORKSPACE
script: terraform -chdir=$REMOTE_EXAMPLE_DIR apply -auto-approve
script: terraform -chdir=$REMOTE_EXAMPLE_DIR apply -var additional_tags='${{env.TF_VAR_additional_tags }}''-auto-approve

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

0 comments on commit 1b640aa

Please sign in to comment.