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 ca4c332 commit 9ff4ea8Copy full SHA for 9ff4ea8
README.md
@@ -298,7 +298,7 @@ module "nlb" {
298
ex-tls = {
299
port = 84
300
protocol = "TLS"
301
- certificate_arn = certificate_arn = "arn:aws:iam::123456789012:server-certificate/test_cert-123456789012"
+ certificate_arn = "arn:aws:iam::123456789012:server-certificate/test_cert-123456789012"
302
forward = {
303
target_group_key = "ex-target"
304
}
0 commit comments