Skip to content

Commit

Permalink
chore(deps): update terraform github.com/cds-snc/terraform-modules to…
Browse files Browse the repository at this point in the history
… v9.4.11
  • Loading branch information
renovate[bot] authored Jun 24, 2024
1 parent a14286c commit b11fd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/lambda/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ data "aws_iam_policy_document" "api_policies" {
}

module "api" {
source = "github.com/cds-snc/terraform-modules//lambda?ref=v9.4.9"
source = "github.com/cds-snc/terraform-modules//lambda?ref=v9.4.11"
name = "${var.product_name}-${var.env}-api"
ecr_arn = var.ecr_arn
image_uri = "${var.ecr_repository_url}:latest"
Expand Down

0 comments on commit b11fd38

Please sign in to comment.