Skip to content

Commit

Permalink
a9
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebrahim Espootin authored and Ebrahim Espootin committed Aug 29, 2024
1 parent d3c7f59 commit 75a82bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,8 @@ jobs:
- name: Terraform Apply
if: github.ref == 'refs/heads/"main"' && github.event_name == 'push'
run: terraform apply -auto-approve -input=false

- name: Setup Terraform
uses: hashicorp/setup-terraform@v1
with:
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}

0 comments on commit 75a82bd

Please sign in to comment.