From 961ffcab8b6f092c7153948816be019af46f8c86 Mon Sep 17 00:00:00 2001 From: Admiral Date: Fri, 29 Mar 2024 06:06:41 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ec8ebe..3d7769a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,9 +29,9 @@ jobs: cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }} # Check for proper terraform formatting - - name: Terraform Format - id: fmt - run: terraform fmt -check + #- name: Terraform Format + # id: fmt + # run: terraform fmt -check # Initialize Terraform - name: Terraform Init