From ec0419fe91fab25b99b8c58c8bad01a0074f030a Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Wed, 23 Jan 2019 13:33:11 +0000 Subject: [PATCH] backend/azurerm: fixing the syntax highlighting (#20085) --- website/docs/backends/types/azurerm.html.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/backends/types/azurerm.html.md b/website/docs/backends/types/azurerm.html.md index 11a78e1c9..76caa26b7 100644 --- a/website/docs/backends/types/azurerm.html.md +++ b/website/docs/backends/types/azurerm.html.md @@ -122,6 +122,7 @@ data "terraform_remote_state" "foo" { access_key = "abcdefghijklmnopqrstuvwxyz0123456789..." } } +``` When authenticating using a SAS Token associated with the Storage Account: