Skip to content

Commit

Permalink
ci: update apply action
Browse files Browse the repository at this point in the history
  • Loading branch information
italopessoa committed Sep 10, 2024
1 parent d4afde9 commit 2ffc31e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,5 @@ jobs:
# On push to "main", build or change infrastructure according to Terraform configuration files
# Note: It is recommended to set up a required "strict" status check in your repository for "Terraform Cloud". See the documentation on "strict" required status checks for more information: https://help.github.com/en/github/administering-a-repository/types-of-required-status-checks
- name: Terraform Apply
if: github.ref == 'refs/heads/main'
# && ( github.event_name == 'push' || github.event_name == 'workflow_dispatch')
run: terraform apply -var="cluster_name=italoeks"

0 comments on commit 2ffc31e

Please sign in to comment.