Skip to content

Commit c61efc3

Browse files
Update Terraform cloudposse/s3-log-storage/aws to v0.20.0 (#60)
Co-authored-by: Renovate Bot <[email protected]>
1 parent b55e269 commit c61efc3

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
@@ -17,7 +17,7 @@ locals {
1717

1818
module "logs" {
1919
source = "cloudposse/s3-log-storage/aws"
20-
version = "0.19.0"
20+
version = "0.20.0"
2121
attributes = ["logs"]
2222
standard_transition_days = var.logs_standard_transition_days
2323
glacier_transition_days = var.logs_glacier_transition_days

0 commit comments

Comments
 (0)