Skip to content

Commit cd3b499

Browse files
chore(deps): bump collector::aws-cudos-framework-deployment
Bumps [collector::aws-cudos-framework-deployment](https://github.com/aws-samples/aws-cudos-framework-deployment) from 0.2.47 to 0.3.1. - [Release notes](https://github.com/aws-samples/aws-cudos-framework-deployment/releases) - [Changelog](https://github.com/aws-samples/aws-cudos-framework-deployment/blob/main/bump-release.py) - [Commits](aws-samples/aws-cudos-framework-deployment@0.2.47...0.3.1) --- updated-dependencies: - dependency-name: collector::github::aws-samples/aws-cudos-framework-deployment::0.2.47 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 84ea217 commit cd3b499

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)