diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 10bdf26..5728cdb 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -25,10 +25,6 @@ jobs: - name: Terraform Init run: terraform init - # Checks that all Terraform configuration files adhere to a canonical format - - name: Terraform Format - run: terraform fmt -check - # Generates an execution plan for Terraform - name: Terraform Plan run: terraform plan -input=false