diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index c06f685..e60f8c7 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -74,10 +74,7 @@ jobs: with: cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }} - # Initialize a new or existing Terraform working directory by creating initial files, loading any remote state, downloading modules, etc. - - name: Terraform Init - run: terraform init - + # Checks that all Terraform configuration files adhere to a canonical format - name: Terraform Format run: terraform fmt -check