File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ module "dashboard_bucket" {
233
233
# # First we configure the collector to accept the CUR (Cost and Usage Report) from the source account
234
234
# tfsec:ignore:aws-s3-enable-bucket-logging
235
235
module "collector" {
236
- source = " github.com/aws-samples/aws-cudos-framework-deployment//terraform-modules/cur-setup-destination?ref=4.0.7 "
236
+ source = " github.com/aws-samples/aws-cudos-framework-deployment//terraform-modules/cur-setup-destination?ref=4.0.10 "
237
237
238
238
# Source account whom will be replicating the CUR data to the collector account
239
239
source_account_ids = local. payer_account_ids
@@ -249,7 +249,7 @@ module "collector" {
249
249
250
250
# # Provision the cloud intelligence dashboards
251
251
module "dashboards" {
252
- source = " github.com/aws-samples/aws-cudos-framework-deployment//terraform-modules/cid-dashboards?ref=4.0.7 "
252
+ source = " github.com/aws-samples/aws-cudos-framework-deployment//terraform-modules/cid-dashboards?ref=4.0.10 "
253
253
254
254
stack_name = var. stack_name_cloud_intelligence
255
255
stack_tags = var. tags
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ resource "aws_s3_object" "cloudformation_templates" {
84
84
# tfsec:ignore:aws-iam-no-policy-wildcards
85
85
module "source" {
86
86
count = var. enable_curv1 ? 1 : 0
87
- source = " github.com/aws-samples/aws-cudos-framework-deployment//terraform-modules/cur-setup-source?ref=4.0.7 "
87
+ source = " github.com/aws-samples/aws-cudos-framework-deployment//terraform-modules/cur-setup-source?ref=4.0.10 "
88
88
89
89
# The destination bucket to repliaction the CUR data to
90
90
destination_bucket_arn = var. destination_bucket_arn
You can’t perform that action at this time.
0 commit comments