From 883d5877346b1f4c5ee6ef0945cc9b502435b425 Mon Sep 17 00:00:00 2001 From: Nick Fagerlund Date: Thu, 21 Feb 2019 11:02:33 -0800 Subject: [PATCH] website: ACTUALLY fix indentation issues in config rep There was an issue with some hardtabs, I think. --- website/docs/internals/json-format.html.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/internals/json-format.html.md b/website/docs/internals/json-format.html.md index 925852990..61b6dac06 100644 --- a/website/docs/internals/json-format.html.md +++ b/website/docs/internals/json-format.html.md @@ -325,9 +325,9 @@ Because the configuration models are produced at a stage prior to expression eva { "type": "local-exec", - // "expressions" describes the provisioner configuration - "expressions": - }, + // "expressions" describes the provisioner configuration + "expressions": + }, ], // "expressions" describes the resource-type-specific content of the