From f3fa59f65df248c345bb4e374bff1e6c2ae7c319 Mon Sep 17 00:00:00 2001 From: Thanonchai Date: Thu, 22 Oct 2020 11:49:40 -0500 Subject: [PATCH] Update config.html.md (#26622) * Update config.html.md When reading this page, I couldn't find the list of the "supported backends to the left". They're actually on a different page, so thought I'd update it so that others wouldn't find it confusing like me. If this is ok with you, would it be possible to label this PR with 'hacktoberfest-accepted'? I'm still new to this. If not, I'd be alright. Thank you! * Update config.html.md Swapped the full URL in the link for a relative path Co-authored-by: Petros Kolyvas --- website/docs/backends/config.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/backends/config.html.md b/website/docs/backends/config.html.md index 4c7f0ea2d..6eddd3ffd 100644 --- a/website/docs/backends/config.html.md +++ b/website/docs/backends/config.html.md @@ -26,7 +26,7 @@ terraform { You specify the backend type as a key to the `backend` stanza. Within the stanza are backend-specific configuration keys. The list of supported backends -and their configuration is in the sidebar to the left. +and their configuration details can be found [here](/docs/backends/types/index.html). Only one backend may be specified and the configuration **may not contain interpolations**. Terraform will validate this.