Skip to content

Commit 2142594

Browse files
chore(deps): update terraform github.com/aws-samples/aws-cudos-framework-deployment to v4.0.10
1 parent ad9bd16 commit 2142594

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/destination/main.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ module "dashboard_bucket" {
233233
## First we configure the collector to accept the CUR (Cost and Usage Report) from the source account
234234
# tfsec:ignore:aws-s3-enable-bucket-logging
235235
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"
237237

238238
# Source account whom will be replicating the CUR data to the collector account
239239
source_account_ids = local.payer_account_ids
@@ -249,7 +249,7 @@ module "collector" {
249249

250250
## Provision the cloud intelligence dashboards
251251
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"
253253

254254
stack_name = var.stack_name_cloud_intelligence
255255
stack_tags = var.tags

modules/source/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ resource "aws_s3_object" "cloudformation_templates" {
8484
# tfsec:ignore:aws-iam-no-policy-wildcards
8585
module "source" {
8686
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"
8888

8989
# The destination bucket to repliaction the CUR data to
9090
destination_bucket_arn = var.destination_bucket_arn

0 commit comments

Comments
 (0)