Skip to content

Commit

Permalink
chore(deps): update all minor dependencies (#468)
Browse files Browse the repository at this point in the history
* chore(deps): update all minor dependencies

* chore: remove old imports

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pat Heard <[email protected]>
  • Loading branch information
renovate[bot] and patheard authored Jul 15, 2024
1 parent 8cdb858 commit 6a7ddeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
alembic==1.13.2
aws-lambda-powertools==2.39.1
aws-lambda-powertools==2.40.1
boto3==1.34.140
bcrypt==4.1.3
email-validator==2.2.0
Expand Down
12 changes: 1 addition & 11 deletions terragrunt/aws/api/rds.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "rds" {
source = "github.com/cds-snc/terraform-modules//rds?ref=v9.5.1"
source = "github.com/cds-snc/terraform-modules//rds?ref=v9.6.0"
database_name = "list_manager"
name = "list-manager"
engine_version = "15.4"
Expand All @@ -16,13 +16,3 @@ module "rds" {

billing_tag_value = var.billing_code
}

import {
to = module.rds.aws_security_group_rule.rds_proxy_egress
id = "${module.rds.proxy_security_group_id}_egress_tcp_5432_5432_self"
}

import {
to = module.rds.aws_security_group_rule.rds_proxy_ingress
id = "${module.rds.proxy_security_group_id}_ingress_tcp_5432_5432_self"
}
2 changes: 1 addition & 1 deletion terragrunt/aws/api/vpc.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "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 = var.product_name
billing_tag_value = var.billing_code
cidrsubnet_newbits = 8
Expand Down

0 comments on commit 6a7ddeb

Please sign in to comment.