From 23ee3fb3f5e049fb4ffc035e540c77818b2ddb93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 04:22:46 +0000 Subject: [PATCH] chore(deps): bump dashboards::aws-cudos-framework-deployment Bumps [dashboards::aws-cudos-framework-deployment](https://github.com/aws-samples/aws-cudos-framework-deployment) from 0.3.8 to 0.3.9. - [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.8...0.3.9) --- updated-dependencies: - dependency-name: dashboards::github::aws-samples/aws-cudos-framework-deployment::0.3.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 36a3577..31458d0 100644 --- a/main.tf +++ b/main.tf @@ -253,7 +253,7 @@ module "source" { ## Provision the cloud intelligence dashboards module "dashboards" { - source = "github.com/aws-samples/aws-cudos-framework-deployment//terraform-modules/cid-dashboards?ref=0.3.8" + source = "github.com/aws-samples/aws-cudos-framework-deployment//terraform-modules/cid-dashboards?ref=0.3.9" stack_name = var.stack_name_cloud_intelligence template_bucket = module.dashboard_bucket.s3_bucket_id