diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index c8484ae..b04c2ac 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -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" \ No newline at end of file