Skip to content

Releases: mineiros-io/terradoc

v0.0.9

21 Nov 15:03
018bd4a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.8...v0.0.9

v0.0.8

16 Feb 10:22
f0a87e5
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release

Added

  • terradoc fmt command
  • terradoc validate command

v0.0.7

18 Jan 20:30
1c0dcb6
Compare
Choose a tag to compare

Added

  • output blocks
  • resource(resource_label) type (output blocks only)

Fixed

  • fix: skip newlines on template indentation function

v0.0.6

30 Dec 14:38
8f93f0a
Compare
Choose a tag to compare

What's Changed

  • fix: map is complex nested type like list and set by @mariux in #27

Full Changelog: v0.0.5...v0.0.6

v0.0.5

29 Dec 22:27
9b95fbb
Compare
Choose a tag to compare

What's Changed

  • [Ch4358] consolidate types by @thiesen in #24
  • fix: render variables with indent by @mariux in #25
  • fix: order of anchors of nested attributes by @mariux in #26

Full Changelog: v0.0.4...v0.0.5

v0.0.4

16 Dec 17:21
f256069
Compare
Choose a tag to compare

Changed

  • Render attributes references associated with parent variable instead of level
  • Render variable/attribute defaults with references

v0.0.3

07 Dec 21:27
eccb390
Compare
Choose a tag to compare
  • Renders badges line by line

v0.0.2

01 Dec 18:01
fdd1dc3
Compare
Choose a tag to compare
  • Adds header and badge blocks
  • Adds toc attribute to section blocks to generate TOC on the result markdown
  • Render variable and attributes as references
  • Bugfix: render type description correctly in markdown
  • Bugfix: allow unquoted content on readme example

v0.0.1

12 Nov 15:51
c0eab3d
Compare
Choose a tag to compare

The first release of Terrastack, supporting the features below:

  • .tfdoc.hcl file parsing: #5
  • README.md document generation: #7