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.