diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5a1dbe3..c103728 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -12,7 +12,7 @@ "version": "3.13" }, "ghcr.io/devcontainers/features/terraform:1": { - "version": "1.10.3", + "version": "1.10.4", "terragrunt": "0.68.6" } }, diff --git a/.github/workflows/terragrunt-apply-production.yml b/.github/workflows/terragrunt-apply-production.yml index 746b700..3a69f8c 100644 --- a/.github/workflows/terragrunt-apply-production.yml +++ b/.github/workflows/terragrunt-apply-production.yml @@ -15,7 +15,7 @@ on: env: AWS_REGION: ca-central-1 CONFTEST_VERSION: 0.27.0 - TERRAFORM_VERSION: 1.10.3 + TERRAFORM_VERSION: 1.10.4 TERRAGRUNT_VERSION: 0.68.6 TF_INPUT: false TF_VAR_cloudwatch_alarm_slack_webhook: ${{ secrets.PRODUCTION_SLACK_WEBHOOK_OPS }} diff --git a/.github/workflows/terragrunt-plan-production.yml b/.github/workflows/terragrunt-plan-production.yml index 12a18d7..b85a4c2 100644 --- a/.github/workflows/terragrunt-plan-production.yml +++ b/.github/workflows/terragrunt-plan-production.yml @@ -15,7 +15,7 @@ on: env: AWS_REGION: ca-central-1 CONFTEST_VERSION: 0.27.0 - TERRAFORM_VERSION: 1.10.3 + TERRAFORM_VERSION: 1.10.4 TERRAGRUNT_VERSION: 0.68.6 TF_INPUT: false TF_VAR_cloudwatch_alarm_slack_webhook: ${{ secrets.PRODUCTION_SLACK_WEBHOOK_OPS }}