From d72bb52ad4d70908378a5da0dc7d945a9d0c8a88 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Mon, 18 Apr 2016 18:46:12 -0500 Subject: [PATCH] provider/triton: fixup key_material in docs to use file() Closes #6211 --- website/source/docs/providers/triton/index.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/triton/index.html.markdown b/website/source/docs/providers/triton/index.html.markdown index 8434e6ec26..d5a40d6386 100644 --- a/website/source/docs/providers/triton/index.html.markdown +++ b/website/source/docs/providers/triton/index.html.markdown @@ -17,7 +17,7 @@ Use the navigation to the left to read about the available resources. ``` provider "triton" { account = "AccountName" - key_material = "~/.ssh/id_rsa" + key_material = "${file("~/.ssh/id_rsa")}" key_id = "25:d4:a9:fe:ef:e6:c0:bf:b4:4b:4b:d4:a8:8f:01:0f" # If using a private installation of Triton, specify the URL