Skip to content

Commit 9ff4ea8

Browse files
authored
chore: Fixed typo in example in README.md (#335)
1 parent ca4c332 commit 9ff4ea8

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
@@ -298,7 +298,7 @@ module "nlb" {
298298
ex-tls = {
299299
port = 84
300300
protocol = "TLS"
301-
certificate_arn = certificate_arn = "arn:aws:iam::123456789012:server-certificate/test_cert-123456789012"
301+
certificate_arn = "arn:aws:iam::123456789012:server-certificate/test_cert-123456789012"
302302
forward = {
303303
target_group_key = "ex-target"
304304
}

0 commit comments

Comments
 (0)