Skip to content

Commit ea09c56

Browse files
committed
Use 'host_key_body_wo' in example.
1 parent 4c25478 commit ea09c56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/docs/r/transfer_host_key.html.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ resource "aws_transfer_host_key" "example" {
1717
server_id = aws_transfer_server.example.id
1818
description = "example additional host key"
1919
20-
host_key_body = file("example-ssh-rsa-key")
20+
host_key_body_wo = <<EOT
21+
# Private key PEM.
22+
EOT
2123
}
2224
```
2325

0 commit comments

Comments
 (0)