Skip to content

Releases: magodo/aztft

v0.3.0

28 Sep 02:13
Compare
Choose a tag to compare

0.3.0 (Sep 28, 2022)

BREAKING CHANGES:

  • QueryType() now returns a list of Type (previously only a list of TF types), which contains Azure resource id for the populated property-like resources. Also it returns exact (boolean) to indicate whether the result is disambiguous.
  • QueryTypeAndId() now returns a list of Type (previously only a list of TF types), which contains Azure resource id for the populated property-like resources. Also it returns exact (boolean) to indicate whether the result is disambiguous.

v0.2.0

28 Sep 01:15
ec64a4f
Compare
Choose a tag to compare

0.2.0 (Sep 28, 2022)

ENHANCEMENTS:

  • Introudce QueryId for querying a TF resource ID by given the resource id and TF resource type
  • Support property-like resources (a.k.a associations)

BUF FIXES:

  • Use url.JoinPath instead of filepath.Join for constructing data plane resource id

v0.1.0

19 Jul 02:45
16689de
Compare
Choose a tag to compare

Initial release