Skip to content

Commit

Permalink
Make use of S3 bucket ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
max-lobur authored Oct 13, 2021
1 parent 2ae430e commit bb22ae1
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 @@ -58,7 +58,7 @@ data "aws_partition" "current" {}

module "s3_bucket" {
source = "cloudposse/s3-log-storage/aws"
version = "0.24.0"
version = "0.26.0"
context = module.this.context
acl = var.acl
policy = join("", data.aws_iam_policy_document.default.*.json)
Expand Down

0 comments on commit bb22ae1

Please sign in to comment.