From 1dda9c4ee2de6f72669c4413a518fbc9096eed1f Mon Sep 17 00:00:00 2001 From: Kev Jimenez Date: Mon, 29 Jan 2024 15:45:17 +0000 Subject: [PATCH] test --- .github/workflows/actions.yml | 4 ---- 1 file changed, 4 deletions(-) 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