Skip to content

Commit 1ede8c9

Browse files
chore(deps): update terraform cloudposse/s3-log-storage/aws to v1.4.5
1 parent ccb23ff commit 1ede8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ resource "aws_cloudfront_origin_access_identity" "default" {
1515

1616
module "logs" {
1717
source = "cloudposse/s3-log-storage/aws"
18-
version = "1.4.4"
18+
version = "1.4.5"
1919

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

0 commit comments

Comments
 (0)