Skip to content

Commit

Permalink
Added missing quotation mark in README.md example (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
devzx authored and brandonjbjelland committed Apr 18, 2018
1 parent dd8876d commit ec8c7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module "alb" {
security_groups = ["sg-edcd9784", "sg-edcd9785"]
log_bucket_name = "logs-us-east-2-123456789012"
log_location_prefix = "my-alb-logs"
subnets = ["subnet-abcde012", subnet-bcde012a"]
subnets = ["subnet-abcde012", "subnet-bcde012a"]
tags = "${map("Environment", "test")}"
vpc_id = "vpc-abcde012"
https_listeners = "${list(map("certificate_arn", "arn:aws:iam::123456789012:server-certificate/test_cert-123456789012", "port", 443))}"
Expand Down

0 comments on commit ec8c7be

Please sign in to comment.