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 ff9cf3b commit 241ec3dCopy full SHA for 241ec3d
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.19.1"
44
45
enabled = module.this.enabled && var.access_logs_enabled && var.access_logs_s3_bucket_id == null
46
0 commit comments