Skip to content

Commit

Permalink
chore(deps): bump collector::aws-cudos-framework-deployment (#77)
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.13 to 0.3.14.
- [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.13...0.3.14)

---
updated-dependencies:
- dependency-name: collector::github::aws-samples/aws-cudos-framework-deployment::0.3.13
  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 Nov 10, 2024
1 parent 56560be commit 69ba976
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 @@ -224,7 +224,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.13"
source = "github.com/aws-samples/aws-cudos-framework-deployment//terraform-modules/cur-setup-destination?ref=0.3.14"

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

0 comments on commit 69ba976

Please sign in to comment.