We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08358de commit 14fcb68Copy full SHA for 14fcb68
main.tf
@@ -52,7 +52,7 @@ resource "aws_security_group_rule" "https_ingress" {
52
53
module "access_logs" {
54
source = "cloudposse/lb-s3-bucket/aws"
55
- version = "0.19.0"
+ version = "0.20.0"
56
57
enabled = module.this.enabled && var.access_logs_enabled && var.access_logs_s3_bucket_id == null
58
0 commit comments