diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index db42482..2db04cb 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -87,7 +87,7 @@ jobs: # Initialize a new or existing Terraform working directory by creating initial files, loading any remote state, downloading modules, etc. - name: Terraform Init id: init - run: terraform init -upgrade + run: terraform init # Checks that all Terraform configuration files adhere to a canonical format - name: Terraform Format