Releases: xinau/terraform-provider-cue
Releases · xinau/terraform-provider-cue
v0.2.0
CHANGES:
-
Provider has been migrated from
terraform-plugin-sdkv2
to
terraform-plugin-framework
. -
Attributes
expression
,files
andworking_dir
inside cue_export data
source have been renamed toexpr
,paths
anddir
. -
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
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.