Skip to content

Releases: daftcode/terraform-provider-scripted

v3.6.0

05 Nov 08:41

Choose a tag to compare

  • strict errors checking in Go code, might result in providers stopping working!
  • added triggers,
  • removed commands_customizediff_computekeys since it was invalid

v3.4.0

21 Sep 12:31

Choose a tag to compare

Added include (more info here) and required template functions

v3.3.3

17 Sep 07:53

Choose a tag to compare

do not force recompute outputs (read runs before customizediff anyway)

v3.3.2

14 Sep 11:03

Choose a tag to compare

  • fixed passing EmptyString as OutputString
  • always compute output

v3.3.0

14 Sep 06:53

Choose a tag to compare

enabled importer

v3.2.0

14 Sep 06:35

Choose a tag to compare

Optimized customizediff:

  • commands_needs_update shouldn't run on creation and always have state available,
  • won't generate additional JSON diff debug log level is enabled.

v3.1.2

11 Sep 12:39

Choose a tag to compare

  • removed update_trigger in favor of revision
  • revisions working and chaining properly (added NewValueKnown check)

v3.0.3

07 Sep 10:00

Choose a tag to compare

Allow logging directly to Terraform's stderr.

v3.0.1

04 Sep 07:32

Choose a tag to compare

fixed needs_update not resulting in an error

v3.0.0

03 Sep 13:23

Choose a tag to compare

renamed format arguments, added commands_interpreter_is_provider