From b83fe4f7a7f5e4fcfd23c2129e305af1a39b446f Mon Sep 17 00:00:00 2001 From: "renovate-cds[bot]" <117288780+renovate-cds[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 08:26:43 -0400 Subject: [PATCH] chore(deps): update all patch dependencies (#1935) Co-authored-by: renovate-cds[bot] <117288780+renovate-cds[bot]@users.noreply.github.com> --- infrastructure/terragrunt/aws/database/rds.tf | 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/test/requirements.txt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/infrastructure/terragrunt/aws/database/rds.tf b/infrastructure/terragrunt/aws/database/rds.tf index 02994ffd8..0f07ccbfc 100644 --- a/infrastructure/terragrunt/aws/database/rds.tf +++ b/infrastructure/terragrunt/aws/database/rds.tf @@ -2,7 +2,7 @@ # RDS MySQL cluster across 3 subnets # module "rds_cluster" { - source = "github.com/cds-snc/terraform-modules//rds?ref=v9.6.6" + source = "github.com/cds-snc/terraform-modules//rds?ref=v9.6.7" name = "wordpress" database_name = var.database_name diff --git a/infrastructure/terragrunt/aws/ecr/oidc.tf b/infrastructure/terragrunt/aws/ecr/oidc.tf index cf60e16f0..2d316186d 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.6.6" + source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v9.6.7" 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 ba791cf77..a088c2c07 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.6.6" + source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.6.7" 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 fb7830e98..086890966 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.6.6" + source = "github.com/cds-snc/terraform-modules//vpc?ref=v9.6.7" name = "wordpress" cidrsubnet_newbits = 8 diff --git a/infrastructure/terragrunt/aws/network/vpn.tf b/infrastructure/terragrunt/aws/network/vpn.tf index 8a4cc242f..2cd7dfc58 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.6.6" + source = "github.com/cds-snc/terraform-modules//client_vpn?ref=v9.6.7" 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 54542687f..a812ae205 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.6.6" + source = "github.com/cds-snc/terraform-modules//S3?ref=v9.6.7" bucket_name = "platform-gc-articles-${var.env}-uploads" billing_tag_value = var.billing_tag_value } diff --git a/infrastructure/test/requirements.txt b/infrastructure/test/requirements.txt index e7152f2ff..87de6a5a7 100644 --- a/infrastructure/test/requirements.txt +++ b/infrastructure/test/requirements.txt @@ -1 +1 @@ -locust==2.31.6 \ No newline at end of file +locust==2.31.7 \ No newline at end of file