Skip to content

Commit

Permalink
feat: update tf modules
Browse files Browse the repository at this point in the history
Signed-off-by: Rudra Gupta <grudra7714@gmail.com>
  • Loading branch information
grudra7714 committed Sep 26, 2024
1 parent 5219c87 commit d4113fc
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/check-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ jobs:
working-directory: examples/basic

# On push to "master", build or change infrastructure according to Terraform configuration files
# - name: Terraform Apply
# if: github.ref == 'refs/heads/"master"' && github.event_name == 'push'
# run: terraform apply -auto-approve -input=false
- name: Terraform Apply
# if: github.ref == 'refs/heads/"main"' && github.event_name == 'push'
run: terraform apply -auto-approve -input=false
working-directory: examples/basic

- name: Terraform Destroy
run: terraform destroy -auto-approve -input=false
working-directory: examples/basic

0 comments on commit d4113fc

Please sign in to comment.