website: ACTUALLY fix indentation issues in config rep
There was an issue with some hardtabs, I think.
This commit is contained in:
parent
4a19b53b55
commit
883d587734
|
@ -325,9 +325,9 @@ Because the configuration models are produced at a stage prior to expression eva
|
||||||
{
|
{
|
||||||
"type": "local-exec",
|
"type": "local-exec",
|
||||||
|
|
||||||
// "expressions" describes the provisioner configuration
|
// "expressions" describes the provisioner configuration
|
||||||
"expressions": <expressions-representation>
|
"expressions": <expressions-representation>
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
// "expressions" describes the resource-type-specific content of the
|
// "expressions" describes the resource-type-specific content of the
|
||||||
|
|
Loading…
Reference in New Issue