From e1f5e993cebbcd0278750bc6c75d5c1d3f082d33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 13:25:11 +0000 Subject: [PATCH] chore(deps): bump dashboards::aws-cudos-framework-deployment (#84) Bumps [dashboards::aws-cudos-framework-deployment](https://github.com/aws-samples/aws-cudos-framework-deployment) from 0.3.14 to 4.0.2. - [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](https://github.com/aws-samples/aws-cudos-framework-deployment/compare/0.3.14...4.0.2) --- updated-dependencies: - dependency-name: dashboards::github::aws-samples/aws-cudos-framework-deployment::0.3.14 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 839ef4e..78e2c77 100644 --- a/main.tf +++ b/main.tf @@ -310,7 +310,7 @@ resource "aws_cloudformation_stack" "cora_data_export_collector" { ## Provision the cloud intelligence dashboards module "dashboards" { - source = "github.com/aws-samples/aws-cudos-framework-deployment//terraform-modules/cid-dashboards?ref=0.3.14" + source = "github.com/aws-samples/aws-cudos-framework-deployment//terraform-modules/cid-dashboards?ref=4.0.2" stack_name = var.stack_name_cloud_intelligence template_bucket = module.dashboard_bucket.s3_bucket_id