Skip to content

Commit ec8c7be

Browse files
devzxbrandonjbjelland
authored andcommitted
Added missing quotation mark in README.md example (#63)
1 parent dd8876d commit ec8c7be

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
@@ -52,7 +52,7 @@ module "alb" {
5252
security_groups = ["sg-edcd9784", "sg-edcd9785"]
5353
log_bucket_name = "logs-us-east-2-123456789012"
5454
log_location_prefix = "my-alb-logs"
55-
subnets = ["subnet-abcde012", subnet-bcde012a"]
55+
subnets = ["subnet-abcde012", "subnet-bcde012a"]
5656
tags = "${map("Environment", "test")}"
5757
vpc_id = "vpc-abcde012"
5858
https_listeners = "${list(map("certificate_arn", "arn:aws:iam::123456789012:server-certificate/test_cert-123456789012", "port", 443))}"

0 commit comments

Comments
 (0)