Skip to content

Commit

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

chore(deps): bump terraform-aws-modules/s3-bucket/aws from 4.1.1 to 4.1.2
  • Loading branch information
gambol99 authored Apr 26, 2024
2 parents cd03f9d + f3dda2d commit 8b0d108
Showing 1 changed file with 1 addition and 1 deletion.
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.1"
version = "4.1.2"

bucket = var.dashbords_bucket_name
block_public_acls = true
Expand Down

0 comments on commit 8b0d108

Please sign in to comment.