mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
40 lines
393 B
Plaintext
40 lines
393 B
Plaintext
== Outputs
|
|
|
|
The following outputs are exported:
|
|
|
|
=== unquoted
|
|
|
|
Description: It's unquoted output.
|
|
|
|
Value:
|
|
[source,json]
|
|
----
|
|
{
|
|
"leon": "cat"
|
|
}
|
|
----
|
|
|
|
=== output-2
|
|
|
|
Description: It's output number two.
|
|
|
|
Value:
|
|
[source,json]
|
|
----
|
|
[
|
|
"jack",
|
|
"lola"
|
|
]
|
|
----
|
|
|
|
=== output-1
|
|
|
|
Description: It's output number one.
|
|
|
|
Value: `1`
|
|
|
|
=== output-0.12
|
|
|
|
Description: terraform 0.12 only
|
|
|
|
Value: `<sensitive>` |