Skip to content

Commit

Permalink
Merge pull request #40664 from stefanfreitag/d-aws_lb_trust_store-fix…
Browse files Browse the repository at this point in the history
…-example

doc: fix example code in documentation for aws_lb_trust_store
  • Loading branch information
ewbankkit authored Dec 23, 2024
2 parents 2376576 + 76b1d2a commit da57135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/lb_trust_store.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ resource "aws_lb_listener" "example" {
type = "forward"
}
mutual_authentication = {
mutual_authentication {
mode = "verify"
trust_store_arn = aws_lb_trust_store.test.arn
}
Expand Down

0 comments on commit da57135

Please sign in to comment.