Skip to content

Commit

Permalink
Update Terraform cloudposse/s3-log-storage/aws to v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 8, 2024
1 parent d30421a commit 593cc48
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 = "1.4.2"
version = "1.4.3"

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 593cc48

Please sign in to comment.