mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
27 lines
666 B
Plaintext
27 lines
666 B
Plaintext
<module>
|
|
<header></header>
|
|
<footer></footer>
|
|
<inputs></inputs>
|
|
<modules></modules>
|
|
<outputs>
|
|
<output>
|
|
<name>unquoted</name>
|
|
<description>It's unquoted output.</description>
|
|
</output>
|
|
<output>
|
|
<name>output-2</name>
|
|
<description>It's output number two.</description>
|
|
</output>
|
|
<output>
|
|
<name>output-1</name>
|
|
<description>It's output number one.</description>
|
|
</output>
|
|
<output>
|
|
<name>output-0.12</name>
|
|
<description>terraform 0.12 only</description>
|
|
</output>
|
|
</outputs>
|
|
<providers></providers>
|
|
<requirements></requirements>
|
|
<resources></resources>
|
|
</module> |