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 5622037 commit f5ed02fCopy full SHA for f5ed02f
terragrunt/aws/api/lambda.tf
@@ -1,5 +1,5 @@
1
module "api" {
2
- source = "github.com/cds-snc/terraform-modules//lambda?ref=v9.4.4"
+ source = "github.com/cds-snc/terraform-modules//lambda?ref=v9.6.8"
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/cdn/s3.tf
module "cdn_origin" {
- source = "github.com/cds-snc/terraform-modules//S3?ref=v9.4.4"
+ source = "github.com/cds-snc/terraform-modules//S3?ref=v9.6.8"
bucket_name = "${var.product_name}-${var.env}-cdn"
billing_tag_value = var.billing_code
0 commit comments