Skip to content

Commit

Permalink
chore(deps): bump collector::aws-cudos-framework-deployment (#49)
Browse files Browse the repository at this point in the history
Bumps [collector::aws-cudos-framework-deployment](https://github.com/aws-samples/aws-cudos-framework-deployment) from 0.3.8 to 0.3.9.
- [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.3.8...0.3.9)

---
updated-dependencies:
- dependency-name: collector::github::aws-samples/aws-cudos-framework-deployment::0.3.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
1 parent fe30447 commit 6409882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ module "dashboard_bucket" {
## First we configure the collector to accept the CUR (Cost and Usage Report) from the source account
# tfsec:ignore:aws-s3-enable-bucket-logging
module "collector" {
source = "github.com/aws-samples/aws-cudos-framework-deployment//terraform-modules/cur-setup-destination?ref=0.3.8"
source = "github.com/aws-samples/aws-cudos-framework-deployment//terraform-modules/cur-setup-destination?ref=0.3.9"

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

0 comments on commit 6409882

Please sign in to comment.