Skip to content

Commit

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

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 9, 2021
1 parent 37c0fdc commit 4620a54
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 @@ -165,7 +165,7 @@ resource "aws_s3_bucket_public_access_block" "origin" {

module "logs" {
source = "cloudposse/s3-log-storage/aws"
version = "0.18.0"
version = "0.20.0"
enabled = var.logging_enabled
attributes = compact(concat(module.this.attributes, var.extra_logs_attributes))
lifecycle_prefix = var.log_prefix
Expand Down

0 comments on commit 4620a54

Please sign in to comment.