Skip to content

Commit 67fc074

Browse files
chore(deps): update terraform github.com/cds-snc/terraform-modules to v9.6.8
1 parent b877c5d commit 67fc074

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

terragrunt/aws/api/lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "api" {
2-
source = "github.com/cds-snc/terraform-modules//lambda?ref=v9.4.4"
2+
source = "github.com/cds-snc/terraform-modules//lambda?ref=v9.6.8"
33
name = "${var.product_name}-api"
44
ecr_arn = aws_ecr_repository.api.arn
55
image_uri = "${aws_ecr_repository.api.repository_url}:latest"

terragrunt/aws/cdn/cloudfront.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ resource "aws_cloudfront_distribution" "cdn" {
5454

5555
# Bucket to store cloudfront logscheck "name" {
5656
module "cloudfront_logs" {
57-
source = "github.com/cds-snc/terraform-modules//S3?ref=v9.4.4"
57+
source = "github.com/cds-snc/terraform-modules//S3?ref=v9.6.8"
5858
bucket_name = "${var.product_name}-${var.env}-cdn-logs"
5959
billing_tag_value = var.billing_code
6060

terragrunt/aws/cdn/s3.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "cdn_origin" {
2-
source = "github.com/cds-snc/terraform-modules//S3?ref=v9.4.4"
2+
source = "github.com/cds-snc/terraform-modules//S3?ref=v9.6.8"
33
bucket_name = "${var.product_name}-${var.env}-cdn"
44
billing_tag_value = var.billing_code
55

0 commit comments

Comments
 (0)