Skip to content

Commit

Permalink
Update Terraform cloudposse/s3-log-storage/aws to v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 7, 2021
1 parent b945936 commit 2411bd4
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.24.1"
version = "0.26.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 2411bd4

Please sign in to comment.