From 2413e00dbda47b40bb27a9ca80dbfedbf6bc0b99 Mon Sep 17 00:00:00 2001 From: Soya Miyoshi Date: Mon, 12 Jun 2023 21:06:01 +0900 Subject: [PATCH] fix #267 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 189e96de..fdc17590 100644 --- a/main.tf +++ b/main.tf @@ -342,7 +342,7 @@ resource "time_sleep" "wait_for_aws_s3_bucket_settings" { module "logs" { source = "cloudposse/s3-log-storage/aws" - version = "0.26.0" + version = "1.40.0" enabled = local.create_cf_log_bucket attributes = var.extra_logs_attributes lifecycle_prefix = local.cloudfront_access_log_prefix