We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0bae0 commit 01a8cb8Copy full SHA for 01a8cb8
2 files changed
terragrunt/aws/api/lambda.tf
@@ -1,5 +1,5 @@
1
module "api" {
2
- source = "github.com/cds-snc/terraform-modules//lambda?ref=v10.11.0"
+ source = "github.com/cds-snc/terraform-modules//lambda?ref=v10.11.4"
3
name = "${var.product_name}-api"
4
ecr_arn = aws_ecr_repository.api.arn
5
image_uri = "${aws_ecr_repository.api.repository_url}:latest"
terragrunt/aws/api/sentinel.tf
@@ -4,7 +4,7 @@ locals {
}
6
module "sentinel_forwarder" {
7
- source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v10.11.0"
+ source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v10.11.4"
8
function_name = "${var.product_name}-sentinel"
9
billing_tag_value = var.billing_code
10
0 commit comments