Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: source::github::aws-samples/aws-cudos-framework-deployment::4.0.2
  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 21, 2024
1 parent eded7ee commit b37d54e
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 @@ -242,7 +242,7 @@ module "collector" {
# 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=4.0.2"
source = "github.com/aws-samples/aws-cudos-framework-deployment//terraform-modules/cur-setup-source?ref=4.0.5"

# The destination bucket to repliaction the CUR data to
destination_bucket_arn = module.collector.cur_bucket_arn
Expand Down

0 comments on commit b37d54e

Please sign in to comment.