Files
terraform-docs/format/testdata/xml/xml-OnlyOutputs.golden
Khosrow Moossavi 90942f73b8 Move format package from internal to public
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
2021-09-28 14:43:26 -04:00

27 lines
666 B
Plaintext

<module>
<header></header>
<footer></footer>
<inputs></inputs>
<modules></modules>
<outputs>
<output>
<name>unquoted</name>
<description>It&#39;s unquoted output.</description>
</output>
<output>
<name>output-2</name>
<description>It&#39;s output number two.</description>
</output>
<output>
<name>output-1</name>
<description>It&#39;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>