Skip to content

Commit fd1b653

Browse files
authored
Merge pull request #5 from appvia/dependabot/terraform/collector--github--aws-samples/aws-cudos-framework-deployment--0.2.47-0.3.1
chore(deps): bump collector::aws-cudos-framework-deployment from 0.2.47 to 0.3.1
2 parents 8b0d108 + cd3b499 commit fd1b653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ module "dashboard_bucket" {
9898
## First we configure the collector to accept the CUR (Cost and Usage Report) from the source account
9999
# tfsec:ignore:aws-s3-enable-bucket-logging
100100
module "collector" {
101-
source = "github.com/aws-samples/aws-cudos-framework-deployment//terraform-modules/cur-setup-destination?ref=0.2.47"
101+
source = "github.com/aws-samples/aws-cudos-framework-deployment//terraform-modules/cur-setup-destination?ref=0.3.1"
102102

103103
# Source account whom will be replicating the CUR data to the collector account
104104
source_account_ids = [local.management_account_id]

0 commit comments

Comments
 (0)