Skip to content

Commit 0115d19

Browse files
authored
Bump elb_logs module version to fix #259 (#264)
Include fix for cloudposse/terraform-aws-lb-s3-bucket#81
1 parent e66715d commit 0115d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ resource "random_string" "elb_logs_suffix" {
11021102

11031103
module "elb_logs" {
11041104
source = "cloudposse/lb-s3-bucket/aws"
1105-
version = "0.19.0"
1105+
version = "0.20.0"
11061106
enabled = var.enable_loadbalancer_logs && local.enabled && var.tier == "WebServer" && var.environment_type == "LoadBalanced" && var.loadbalancer_type != "network" && !var.loadbalancer_is_shared ? true : false
11071107
name = local.s3_bucket_access_log_name
11081108
force_destroy = var.force_destroy

0 commit comments

Comments
 (0)