Skip to content

Commit

Permalink
chore(deps): update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-cds[bot] authored Sep 9, 2024
1 parent 28f5354 commit 6ffd501
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion infrastructure/terragrunt/aws/database/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# RDS MySQL cluster across 3 subnets
#
module "rds_cluster" {
source = "github.com/cds-snc/terraform-modules//rds?ref=v9.6.1"
source = "github.com/cds-snc/terraform-modules//rds?ref=v9.6.4"
name = "wordpress"

database_name = var.database_name
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/terragrunt/aws/ecr/oidc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
}

module "ecr_tag_release" {
source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v9.6.1"
source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v9.6.4"
billing_tag_value = var.billing_tag_value
roles = [
{
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/terragrunt/aws/ecs/cloudwatch_logs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.6.4"
function_name = "sentinel-forwarder"
billing_tag_value = var.billing_tag_value

Expand Down
2 changes: 1 addition & 1 deletion infrastructure/terragrunt/aws/network/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
source = "github.com/cds-snc/terraform-modules//vpc?ref=v9.6.4"
name = "wordpress"

cidrsubnet_newbits = 8
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/terragrunt/aws/network/vpn.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "vpn" {
source = "github.com/cds-snc/terraform-modules//client_vpn?ref=v9.6.1"
source = "github.com/cds-snc/terraform-modules//client_vpn?ref=v9.6.4"

endpoint_name = "private_subnets"
access_group_id = var.client_vpn_access_group_id
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/terragrunt/aws/storage/s3.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "wordpress_storage" {
source = "github.com/cds-snc/terraform-modules//S3?ref=v9.6.1"
source = "github.com/cds-snc/terraform-modules//S3?ref=v9.6.4"
bucket_name = "platform-gc-articles-${var.env}-uploads"
billing_tag_value = var.billing_tag_value
}
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/terragrunt/env/common/provider.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

terraform {
required_version = "1.9.3"
required_version = "1.9.5"
required_providers {
aws = {
source = "hashicorp/aws"
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
locust==2.31.3
locust==2.31.5
2 changes: 1 addition & 1 deletion wordpress/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"wpml/wpml-string-translation": "*",
"wpml/wp-seo-multilingual": "*",
"wpackagist-plugin/login-lockdown":"2.06",
"wpackagist-plugin/disable-user-login":"1.3.9",
"wpackagist-plugin/disable-user-login":"1.3.10",
"wpackagist-plugin/wordpress-importer":"0.8.2",
"humanmade/s3-uploads": "^3.0",
"cds-snc/cds-base": "dev-main",
Expand Down
8 changes: 4 additions & 4 deletions wordpress/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6ffd501

Please sign in to comment.