Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@xinau xinau released this 22 Nov 14:20
· 2 commits to main since this release

CHANGES:

  • Provider has been migrated from terraform-plugin-sdkv2 to
    terraform-plugin-framework.

  • Attributes expression, files and working_dir inside cue_export data
    source have been renamed to expr, paths and dir.

  • The algorithm used for computing the id of the cue_export data source
    has been changed from FNV-64a to FNV-128a.

FEATURES:

  • Add attribute pkg to cue_export for the package to be loaded.

  • Add attribute tags to cue_export for injecting values as fields.