Skip to content

Releases: tshihad/tftags

Update terraform sdk

10 Jan 17:57
3a762fe
Compare
Choose a tag to compare
v0.0.10

Merge pull request #6 from tshihad/dependabot/go_modules/github.com/h…

Bug fixes

06 Dec 09:04
Compare
Choose a tag to compare

Bug Fixes

  • Initialize array with size 0 if empty

Bug fixes

12 Oct 06:32
Compare
Choose a tag to compare
v0.0.8-1

sub tag supports list

Support list in set tag

12 Oct 06:26
Compare
Choose a tag to compare

sub tag will now support schema.TypeSet also

Bug fix on string to int conversion

11 Oct 05:30
Compare
Choose a tag to compare
v0.0.7-1

Check for empty string on string to int conv

Convert into target type on Set and Get

11 Oct 05:07
6f80ac7
Compare
Choose a tag to compare
Merge pull request #2 from tshihad/tshihad-patch-1

Update issue templates

Rename GetId to Id()

08 Oct 05:17
Compare
Choose a tag to compare
v0.0.6

Rename GetId to Id()

Support for pointer on GET

30 Sep 10:09
Compare
Choose a tag to compare
  • Added support for pointer fields in struct while using Get(). Set() still not support any pointer in fields

Bug fixes

08 Sep 12:23
Compare
Choose a tag to compare

Following issues are fixed

  • Get only returns first element in slice.
  • Panics if empty Set element exists.

Support for Child struct

03 Sep 05:45
Compare
Choose a tag to compare
v0.0.2

Added UT