diff --git a/README.md b/README.md index bc458c0..da1ebc2 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ The `terraform-docs` utility is used to generate this README. Follow the below s | Name | Source | Version | |------|--------|---------| | [collector](#module\_collector) | github.com/aws-samples/aws-cudos-framework-deployment//terraform-modules/cur-setup-destination | 0.2.47 | -| [dashboard\_bucket](#module\_dashboard\_bucket) | terraform-aws-modules/s3-bucket/aws | 4.1.0 | +| [dashboard\_bucket](#module\_dashboard\_bucket) | terraform-aws-modules/s3-bucket/aws | 4.1.1 | | [dashboards](#module\_dashboards) | github.com/aws-samples/aws-cudos-framework-deployment//terraform-modules/cid-dashboards | 0.2.47 | | [source](#module\_source) | github.com/aws-samples/aws-cudos-framework-deployment//terraform-modules/cur-setup-source | 0.2.47 | diff --git a/main.tf b/main.tf index 724b4db..a6d001e 100644 --- a/main.tf +++ b/main.tf @@ -67,7 +67,7 @@ resource "aws_iam_role" "cudos_sso" { # tfsec:ignore:aws-s3-enable-bucket-logging module "dashboard_bucket" { source = "terraform-aws-modules/s3-bucket/aws" - version = "4.1.0" + version = "4.1.1" bucket = var.dashbords_bucket_name block_public_acls = true