diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 37bf090ec..a42f982e9 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,8 +5,8 @@ "context": "..", "args": { "AWS_CLI_VERSION": "2.2.29", - "TERRAFORM_VERSION": "1.6.2", - "TERRAGRUNT_VERSION": "0.44.4" + "TERRAFORM_VERSION": "1.9.5", + "TERRAGRUNT_VERSION": "0.66.9" } }, "containerEnv": { diff --git a/.github/workflows/terragrunt_plan_production.yml b/.github/workflows/terragrunt_plan_production.yml index d68d10df5..1d681803c 100644 --- a/.github/workflows/terragrunt_plan_production.yml +++ b/.github/workflows/terragrunt_plan_production.yml @@ -14,8 +14,8 @@ permissions: env: TARGET_ENV_PATH: production AWS_REGION: ca-central-1 - TERRAFORM_VERSION: 0.14.4 - TERRAGRUNT_VERSION: 0.35.13 + TERRAFORM_VERSION: 1.9.5 + TERRAGRUNT_VERSION: 0.66.9 TF_VAR_new_relic_api_key: ${{ secrets.PRODUCTION_NEW_RELIC_API_KEY }} TF_VAR_new_relic_account_id: ${{ secrets.PRODUCTION_NEW_RELIC_ACCOUNT_ID }} TF_VAR_new_relic_slack_webhook_url: ${{ secrets.PRODUCTION_NEW_RELIC_SLACK_WEBHOOK_URL }}