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 9249a25 commit 91147e9Copy full SHA for 91147e9
main.tf
@@ -71,7 +71,7 @@ resource "aws_security_group_rule" "https_ingress_from_security_groups" {
71
72
module "access_logs" {
73
source = "cloudposse/lb-s3-bucket/aws"
74
- version = "0.19.0"
+ version = "0.20.0"
75
76
enabled = module.this.enabled && var.access_logs_enabled && var.access_logs_s3_bucket_id == null
77
0 commit comments