Skip to content

Commit

Permalink
chore(deps): bumping the version of the source module
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed Nov 28, 2024
1 parent a4e1d36 commit af2e0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/source/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ resource "aws_s3_object" "cloudformation_templates" {
# tfsec:ignore:aws-s3-enable-bucket-logging
# tfsec:ignore:aws-iam-no-policy-wildcards
module "source" {
source = "github.com/aws-samples/aws-cudos-framework-deployment//terraform-modules/cur-setup-source?ref=0.3.13"
source = "github.com/aws-samples/aws-cudos-framework-deployment//terraform-modules/cur-setup-source?ref=0.4.2"

# The destination bucket to repliaction the CUR data to
destination_bucket_arn = var.destination_bucket_arn
Expand Down

0 comments on commit af2e0fc

Please sign in to comment.