Skip to content

Commit d72bb52

Browse files
committed
provider/triton: fixup key_material in docs to use file()
Closes hashicorp#6211
1 parent e59773f commit d72bb52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/source/docs/providers/triton/index.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Use the navigation to the left to read about the available resources.
1717
```
1818
provider "triton" {
1919
account = "AccountName"
20-
key_material = "~/.ssh/id_rsa"
20+
key_material = "${file("~/.ssh/id_rsa")}"
2121
key_id = "25:d4:a9:fe:ef:e6:c0:bf:b4:4b:4b:d4:a8:8f:01:0f"
2222
2323
# If using a private installation of Triton, specify the URL

0 commit comments

Comments
 (0)