Skip to content

Commit b698c6e

Browse files
tehmaspcbrandonjbjelland
authored andcommitted
Fix syntax error in usage example (#39)
1 parent 7182dd2 commit b698c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module "alb" {
5050
enable_logging = true
5151
health_check_path = "/"
5252
log_bucket_name = "logs-us-east-2-123456789012"
53-
log_location_prefix = "my-alb-logs
53+
log_location_prefix = "my-alb-logs"
5454
subnets = ["subnet-abcde012", "subnet-bcde012a"]
5555
tags = "${map("Environment", "test")}"
5656
vpc_id = "vpc-abcde012"

0 commit comments

Comments
 (0)