Skip to content

Commit

Permalink
Bump elb_logs module version to fix #259 (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-hg authored May 16, 2024
1 parent e66715d commit 0115d19
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 @@ -1102,7 +1102,7 @@ resource "random_string" "elb_logs_suffix" {

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

0 comments on commit 0115d19

Please sign in to comment.