We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ea217 commit cd3b499Copy full SHA for cd3b499
main.tf
@@ -98,7 +98,7 @@ module "dashboard_bucket" {
98
## First we configure the collector to accept the CUR (Cost and Usage Report) from the source account
99
# tfsec:ignore:aws-s3-enable-bucket-logging
100
module "collector" {
101
- source = "github.com/aws-samples/aws-cudos-framework-deployment//terraform-modules/cur-setup-destination?ref=0.2.47"
+ source = "github.com/aws-samples/aws-cudos-framework-deployment//terraform-modules/cur-setup-destination?ref=0.3.1"
102
103
# Source account whom will be replicating the CUR data to the collector account
104
source_account_ids = [local.management_account_id]
0 commit comments