Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/s3-log-storage/aws to v0.18.1 (
Browse files Browse the repository at this point in the history
#33)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 3, 2021
1 parent 147c223 commit 2cecc78
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 @@ -27,7 +27,7 @@ data "aws_iam_policy_document" "default" {

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

0 comments on commit 2cecc78

Please sign in to comment.