Skip to content

Releases: xinau/terraform-provider-cue

v0.2.0

22 Nov 14:20
Compare
Choose a tag to compare

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.

v0.1.0

14 Jan 11:31
Compare
Choose a tag to compare
update go version in release workflow

This change updates the go-version from 1.14 to 1.15. Go 1.15 is the
minimum version required for building the provider.