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
… v7.0.2
  • Loading branch information
renovate[bot] authored Sep 23, 2023
1 parent ce07ebe commit 48aebb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terragrunt/aws/base/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locals {
}

module "log_bucket" {
source = "github.com/cds-snc/terraform-modules//S3_log_bucket?ref=v7.0.1"
source = "github.com/cds-snc/terraform-modules//S3_log_bucket?ref=v7.0.2"
bucket_name = "${local.name_prefix}-logs"
billing_tag_value = var.billing_tag_value
}
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/aws/csp_violation_report_service/lambda.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "csp_reports" {
source = "github.com/cds-snc/terraform-modules//lambda?ref=v7.0.1"
source = "github.com/cds-snc/terraform-modules//lambda?ref=v7.0.2"
name = var.tool_name
ecr_arn = aws_ecr_repository.csp_reports.arn
image_uri = "${aws_ecr_repository.csp_reports.repository_url}:latest"
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/aws/csp_violation_report_service/sentinel.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "sentinel_forwarder" {
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v7.0.1"
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v7.0.2"
function_name = "${var.tool_name}_sentinel"
billing_tag_value = var.tool_name

Expand Down

0 comments on commit 48aebb2

Please sign in to comment.