Skip to content

Commit

Permalink
Update Terraform cloudposse/s3-log-storage/aws to v0.20.0 (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 9, 2021
1 parent e892234 commit 82e0798
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 @@ -15,7 +15,7 @@ resource "aws_cloudfront_origin_access_identity" "default" {

module "logs" {
source = "cloudposse/s3-log-storage/aws"
version = "0.16.0"
version = "0.20.0"

enabled = module.this.enabled && var.logging_enabled && length(var.log_bucket_fqdn) == 0
attributes = compact(concat(module.this.attributes, ["origin", "logs"]))
Expand Down

0 comments on commit 82e0798

Please sign in to comment.