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 7182dd2 commit b698c6eCopy full SHA for b698c6e
README.md
@@ -50,7 +50,7 @@ module "alb" {
50
enable_logging = true
51
health_check_path = "/"
52
log_bucket_name = "logs-us-east-2-123456789012"
53
- log_location_prefix = "my-alb-logs
+ log_location_prefix = "my-alb-logs"
54
subnets = ["subnet-abcde012", "subnet-bcde012a"]
55
tags = "${map("Environment", "test")}"
56
vpc_id = "vpc-abcde012"
0 commit comments