Browse Source

[Infra]: Fix terraform deploy (#2999)

Narekmat 2 years ago
parent
commit
67e67d02d2
1 changed files with 0 additions and 4 deletions
  1. 0 4
      .github/workflows/terraform-deploy.yml

+ 0 - 4
.github/workflows/terraform-deploy.yml

@@ -35,10 +35,6 @@ jobs:
       - name: Terraform Install
         uses: hashicorp/setup-terraform@v2
 
-      - name: Terraform format
-        id: fmt
-        run: cd $TF_DIR && terraform fmt -check
-
       - name: Terraform init
         id: init
         run: cd $TF_DIR && terraform init --backend-config="../envs/pro/terraform-backend.tfvars"