Skip to content

Commit

Permalink
Merge pull request #1 from appvia/dependabot/terraform/terraform-aws-…
Browse files Browse the repository at this point in the history
…modules/s3-bucket/aws-4.1.1

chore(deps): bump terraform-aws-modules/s3-bucket/aws from 4.1.0 to 4.1.1
  • Loading branch information
gambol99 authored Apr 15, 2024
2 parents 36725d0 + 8a25259 commit 84ea217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The `terraform-docs` utility is used to generate this README. Follow the below s
| Name | Source | Version |
|------|--------|---------|
| <a name="module_collector"></a> [collector](#module\_collector) | github.com/aws-samples/aws-cudos-framework-deployment//terraform-modules/cur-setup-destination | 0.2.47 |
| <a name="module_dashboard_bucket"></a> [dashboard\_bucket](#module\_dashboard\_bucket) | terraform-aws-modules/s3-bucket/aws | 4.1.0 |
| <a name="module_dashboard_bucket"></a> [dashboard\_bucket](#module\_dashboard\_bucket) | terraform-aws-modules/s3-bucket/aws | 4.1.1 |
| <a name="module_dashboards"></a> [dashboards](#module\_dashboards) | github.com/aws-samples/aws-cudos-framework-deployment//terraform-modules/cid-dashboards | 0.2.47 |
| <a name="module_source"></a> [source](#module\_source) | github.com/aws-samples/aws-cudos-framework-deployment//terraform-modules/cur-setup-source | 0.2.47 |

Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84ea217

Please sign in to comment.