Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Terraform
Commits
4dea1bb5
Unverified
Commit
4dea1bb5
authored
5 years ago
by
Hadrien Patte
Browse files
Options
Download
Email Patches
Plain Diff
Fix JSON output format documentation
parent
bc386234
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
website/docs/internals/json-format.html.md
+4
-4
website/docs/internals/json-format.html.md
with
4 additions
and
4 deletions
+4
-4
website/docs/internals/json-format.html.md
+
4
-
4
View file @
4dea1bb5
...
...
@@ -66,9 +66,9 @@ For ease of consumption by callers, the plan representation includes a partial r
// being applied to, using the state representation described above.
"
prior_state
"
:
<
state
-
representation
>
,
// "config" is a representation of the configuration being applied to the
// "config
uration
" is a representation of the configuration being applied to the
// prior state, using the configuration representation described above.
"
config
"
:
<
config
-
representation
>
,
"
config
uration
"
:
<
config
uration
-
representation
>
,
// "planned_values" is a description of what is known so far of the outcome in
// the standard value representation, with any as-yet-unknown values omitted.
...
...
@@ -206,7 +206,7 @@ The following example illustrates the structure of a `<values-representation>`:
// resource, whose structure depends on the resource type schema. Any
// unknown values are omitted or set to null, making them
// indistinguishable from absent values; callers which need to distinguish
// unknown from unset must use the plan-specific or config-specific
// unknown from unset must use the plan-specific or config
uration
-specific
// structures described in later sections.
"
values
"
:
{
"
id
"
:
"
i-abc123
"
,
...
...
@@ -379,7 +379,7 @@ Because the configuration models are produced at a stage prior to expression eva
// "module" is a representation of the configuration of the child module
// itself, using the same structure as the "root_module" object,
// recursively describing the full module tree.
"
module
"
:
<
module
-
config
-
representation
>
,
"
module
"
:
<
module
-
config
uration
-
representation
>
,
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help