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 8768861 commit 326960eCopy full SHA for 326960e
main.tf
@@ -40,7 +40,7 @@ resource "aws_security_group_rule" "https_ingress" {
40
41
module "access_logs" {
42
source = "cloudposse/lb-s3-bucket/aws"
43
- version = "0.19.0"
+ version = "0.20.0"
44
45
enabled = module.this.enabled && var.access_logs_enabled && var.access_logs_s3_bucket_id == null
46
0 commit comments