diff --git a/.github/workflows/terraform-terragrunt.yml b/.github/workflows/terraform-terragrunt.yml index 7154635..677c09f 100644 --- a/.github/workflows/terraform-terragrunt.yml +++ b/.github/workflows/terraform-terragrunt.yml @@ -36,14 +36,6 @@ jobs: echo "TF_VERSION=$TF_VERSION" >> $GITHUB_ENV echo "TG_VERSION=$TG_VERSION" >> $GITHUB_ENV echo "THE_TF_WORKSPACE=$TF_WORKSPACE" >> $GITHUB_ENV - - - name: Set up Terraform CLI with scalr - uses: Scalr/scalr-action@v1 - with: - scalr_hostname: ${{ secrets.SCALR_HOSTNAME }} - scalr_token: ${{ secrets.SCALR_API_TOKEN }} - terraform_version: ${{ env.TF_VERSION }} - terraform_wrapper: true - name: Set up Terraform CLI uses: hashicorp/setup-terraform@v3 diff --git a/config.json b/config.json index bd6dd0c..0f65fee 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { - "terraform_version": "1.8.0", - "terragrunt_version": "0.57.0", + "terraform_version": "1.4.6", + "terragrunt_version": "0.52.0", "branches": { "main": { "TF_WORKSPACE": "terrant-prod",