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 dd8876d commit ec8c7beCopy full SHA for ec8c7be
README.md
@@ -52,7 +52,7 @@ module "alb" {
52
security_groups = ["sg-edcd9784", "sg-edcd9785"]
53
log_bucket_name = "logs-us-east-2-123456789012"
54
log_location_prefix = "my-alb-logs"
55
- subnets = ["subnet-abcde012", subnet-bcde012a"]
+ subnets = ["subnet-abcde012", "subnet-bcde012a"]
56
tags = "${map("Environment", "test")}"
57
vpc_id = "vpc-abcde012"
58
https_listeners = "${list(map("certificate_arn", "arn:aws:iam::123456789012:server-certificate/test_cert-123456789012", "port", 443))}"
0 commit comments