From bdaf22531d76b3ebd6dec1b14effd4355d6adeed Mon Sep 17 00:00:00 2001 From: "renovate-cds[bot]" <117288780+renovate-cds[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 13:45:25 -0400 Subject: [PATCH] chore(deps): update all minor dependencies (#1823) * chore(deps): update all minor dependencies * fix: update pinned TF version --------- Co-authored-by: Renovate Bot Co-authored-by: Pat Heard --- .github/workflows/deploy-production-container.yml | 2 +- .github/workflows/deploy-staging-container.yml | 2 +- .github/workflows/terragrunt-apply-production.yml | 2 +- .github/workflows/terragrunt-apply-staging.yml | 2 +- .github/workflows/terragrunt-plan-production.yml | 2 +- .github/workflows/terragrunt-plan-staging.yml | 2 +- infrastructure/.devcontainer/devcontainer.json | 2 +- infrastructure/terragrunt/aws/ecr/oidc.tf | 2 +- infrastructure/terragrunt/aws/ecs/cloudwatch_logs.tf | 2 +- infrastructure/terragrunt/aws/network/vpc.tf | 2 +- infrastructure/terragrunt/aws/network/vpn.tf | 2 +- infrastructure/terragrunt/aws/storage/s3.tf | 2 +- infrastructure/terragrunt/env/common/provider.tf | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/deploy-production-container.yml b/.github/workflows/deploy-production-container.yml index 96c85e370..0134b3bd4 100644 --- a/.github/workflows/deploy-production-container.yml +++ b/.github/workflows/deploy-production-container.yml @@ -15,7 +15,7 @@ on: env: AWS_REGION: ca-central-1 CONFTEST_VERSION: 0.27.0 - TERRAFORM_VERSION: 1.8.5 + TERRAFORM_VERSION: 1.9.1 TERRAGRUNT_VERSION: 0.57.5 TF_INPUT: false TF_VAR_database_name: ${{ secrets.PRODUCTION_DATABASE_NAME }} diff --git a/.github/workflows/deploy-staging-container.yml b/.github/workflows/deploy-staging-container.yml index 3c93054da..9240054e8 100644 --- a/.github/workflows/deploy-staging-container.yml +++ b/.github/workflows/deploy-staging-container.yml @@ -14,7 +14,7 @@ on: env: AWS_REGION: ca-central-1 - TERRAFORM_VERSION: 1.8.5 + TERRAFORM_VERSION: 1.9.1 TERRAGRUNT_VERSION: 0.57.5 TF_INPUT: false TF_VAR_database_name: ${{ secrets.STAGING_DATABASE_NAME }} diff --git a/.github/workflows/terragrunt-apply-production.yml b/.github/workflows/terragrunt-apply-production.yml index 8a96fa3a5..b61c8f029 100644 --- a/.github/workflows/terragrunt-apply-production.yml +++ b/.github/workflows/terragrunt-apply-production.yml @@ -10,7 +10,7 @@ on: env: AWS_REGION: ca-central-1 CONFTEST_VERSION: 0.27.0 - TERRAFORM_VERSION: 1.8.5 + TERRAFORM_VERSION: 1.9.1 TERRAGRUNT_VERSION: 0.57.5 TF_INPUT: false TF_VAR_client_vpn_access_group_id: ${{ secrets.PRODUCTION_CLIENT_VPN_ACCESS_GROUP_ID }} diff --git a/.github/workflows/terragrunt-apply-staging.yml b/.github/workflows/terragrunt-apply-staging.yml index 5ebcf9335..55cdbe42e 100644 --- a/.github/workflows/terragrunt-apply-staging.yml +++ b/.github/workflows/terragrunt-apply-staging.yml @@ -13,7 +13,7 @@ on: env: AWS_REGION: ca-central-1 - TERRAFORM_VERSION: 1.8.5 + TERRAFORM_VERSION: 1.9.1 TERRAGRUNT_VERSION: 0.57.5 TF_INPUT: false TF_VAR_client_vpn_access_group_id: ${{ secrets.STAGING_CLIENT_VPN_ACCESS_GROUP_ID }} diff --git a/.github/workflows/terragrunt-plan-production.yml b/.github/workflows/terragrunt-plan-production.yml index f774611b6..598aae60a 100644 --- a/.github/workflows/terragrunt-plan-production.yml +++ b/.github/workflows/terragrunt-plan-production.yml @@ -10,7 +10,7 @@ on: env: AWS_REGION: ca-central-1 CONFTEST_VERSION: 0.27.0 - TERRAFORM_VERSION: 1.8.5 + TERRAFORM_VERSION: 1.9.1 TERRAGRUNT_VERSION: 0.57.5 TF_INPUT: false TF_VAR_client_vpn_access_group_id: ${{ secrets.PRODUCTION_CLIENT_VPN_ACCESS_GROUP_ID }} diff --git a/.github/workflows/terragrunt-plan-staging.yml b/.github/workflows/terragrunt-plan-staging.yml index 25a80759c..558c1f1b4 100644 --- a/.github/workflows/terragrunt-plan-staging.yml +++ b/.github/workflows/terragrunt-plan-staging.yml @@ -11,7 +11,7 @@ on: env: AWS_REGION: ca-central-1 - TERRAFORM_VERSION: 1.8.5 + TERRAFORM_VERSION: 1.9.1 TERRAGRUNT_VERSION: 0.57.5 TF_INPUT: false TF_VAR_client_vpn_access_group_id: ${{ secrets.STAGING_CLIENT_VPN_ACCESS_GROUP_ID }} diff --git a/infrastructure/.devcontainer/devcontainer.json b/infrastructure/.devcontainer/devcontainer.json index 177231acf..918faf40f 100644 --- a/infrastructure/.devcontainer/devcontainer.json +++ b/infrastructure/.devcontainer/devcontainer.json @@ -23,7 +23,7 @@ }, "features": { "terraform": { - "version": "1.8.5", + "version": "1.9.1", "tflint": "latest", "terragrunt": "0.57.5" } diff --git a/infrastructure/terragrunt/aws/ecr/oidc.tf b/infrastructure/terragrunt/aws/ecr/oidc.tf index 773f0bfb3..754c593e2 100644 --- a/infrastructure/terragrunt/aws/ecr/oidc.tf +++ b/infrastructure/terragrunt/aws/ecr/oidc.tf @@ -3,7 +3,7 @@ locals { } module "ecr_tag_release" { - source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v9.5.1" + source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v9.6.0" billing_tag_value = var.billing_tag_value roles = [ { diff --git a/infrastructure/terragrunt/aws/ecs/cloudwatch_logs.tf b/infrastructure/terragrunt/aws/ecs/cloudwatch_logs.tf index 09015fb11..de3fe2119 100644 --- a/infrastructure/terragrunt/aws/ecs/cloudwatch_logs.tf +++ b/infrastructure/terragrunt/aws/ecs/cloudwatch_logs.tf @@ -9,7 +9,7 @@ resource "aws_cloudwatch_log_group" "ecs_events" { } module "sentinel_forwarder" { - source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.5.1" + source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.6.0" function_name = "sentinel-forwarder" billing_tag_value = var.billing_tag_value diff --git a/infrastructure/terragrunt/aws/network/vpc.tf b/infrastructure/terragrunt/aws/network/vpc.tf index 26c42243b..9984d8e58 100644 --- a/infrastructure/terragrunt/aws/network/vpc.tf +++ b/infrastructure/terragrunt/aws/network/vpc.tf @@ -2,7 +2,7 @@ # VPC: 3 public + 3 private subnets across 3 availability zones # module "wordpress_vpc" { - source = "github.com/cds-snc/terraform-modules//vpc?ref=v9.5.1" + source = "github.com/cds-snc/terraform-modules//vpc?ref=v9.6.0" name = "wordpress" cidrsubnet_newbits = 8 diff --git a/infrastructure/terragrunt/aws/network/vpn.tf b/infrastructure/terragrunt/aws/network/vpn.tf index c790d5a61..79c6771fb 100644 --- a/infrastructure/terragrunt/aws/network/vpn.tf +++ b/infrastructure/terragrunt/aws/network/vpn.tf @@ -1,5 +1,5 @@ module "vpn" { - source = "github.com/cds-snc/terraform-modules//client_vpn?ref=v9.5.1" + source = "github.com/cds-snc/terraform-modules//client_vpn?ref=v9.6.0" endpoint_name = "private_subnets" access_group_id = var.client_vpn_access_group_id diff --git a/infrastructure/terragrunt/aws/storage/s3.tf b/infrastructure/terragrunt/aws/storage/s3.tf index 3afcfc223..0d8450585 100644 --- a/infrastructure/terragrunt/aws/storage/s3.tf +++ b/infrastructure/terragrunt/aws/storage/s3.tf @@ -1,5 +1,5 @@ module "wordpress_storage" { - source = "github.com/cds-snc/terraform-modules//S3?ref=v9.5.1" + source = "github.com/cds-snc/terraform-modules//S3?ref=v9.6.0" bucket_name = "platform-gc-articles-${var.env}-uploads" billing_tag_value = var.billing_tag_value } diff --git a/infrastructure/terragrunt/env/common/provider.tf b/infrastructure/terragrunt/env/common/provider.tf index 470635f57..7b177b267 100644 --- a/infrastructure/terragrunt/env/common/provider.tf +++ b/infrastructure/terragrunt/env/common/provider.tf @@ -1,6 +1,6 @@ terraform { - required_version = "1.8.5" + required_version = "1.9.1" required_providers { aws = { source = "hashicorp/aws"