Skip to content

Releases: dasmeta/terraform-tfe-cloud

v2.5.0

05 Nov 18:59
Compare
Choose a tag to compare

2.5.0 (2023-11-05)

Features

  • DMVP-3019: add option to accept temporary tokens from aws-vault exec session (a3ff076)

v2.4.0

20 Sep 15:18
6dc124a
Compare
Choose a tag to compare

2.4.0 (2023-09-20)

Bug Fixes

  • DMVP-0000: adjust values to be returned as map instead of list (210d86b)
  • DMVP-0000: pass tfc_token otherwise provider will not be able to pull variable set (e8944ff)
  • DMVP-0000: remove variable as it can be run using provider no need for var (559c66f)

Features

  • Add new module to pull variable set (ecad988)

v2.3.1

20 Sep 15:09
Compare
Choose a tag to compare

2.3.1 (2023-09-20)

Bug Fixes

  • DMVP-0000: adjust values to be returned as map instead of list (449251f)
  • DMVP-0000: pass tfc_token otherwise provider will not be able to pull variable set (a9b2469)

v2.3.0

20 Sep 12:43
Compare
Choose a tag to compare

2.3.0 (2023-09-20)

Features

  • Add new module to pull variable set (bf2b56d)

v2.2.0

06 Sep 09:27
Compare
Choose a tag to compare

2.2.0 (2023-09-06)

Features

  • DMVP-2706: add option to autmatically run apply if plan was successful (89133d1)

v2.1.0

06 Sep 09:25
Compare
Choose a tag to compare

2.1.0 (2023-09-06)

Features

  • DMVP-2708: add support for external tokens (0d55bba)

v2.0.2

04 Sep 14:49
Compare
Choose a tag to compare

2.0.2 (2023-09-04)

Bug Fixes

  • DMVP-2224: fix backslash issue in generated code and made variables optional (84a8da6)
  • DMVP-2673: Provider configs (5d8ea12)

v2.0.1

03 Sep 10:31
Compare
Choose a tag to compare

Module was pointing to external repo instead of own folder and also there was a duplicate variable which tests somehow did not catch.

What's Changed

  • fix(DMVP-2598): fix dependencies and remove duplicate variable introd… by @aramkarapetian in #9

Full Changelog: 2.0.0...2.0.1

v2.0.0

03 Sep 10:31
3fa779b
Compare
Choose a tag to compare

Changed the signature of the module.
Now main module is the on in root and should be used and previous one is moved into modules/workspaces.

What's Changed

New Contributors

Full Changelog: v1.0.5...2.0.0

v1.0.6

03 Sep 10:23
Compare
Choose a tag to compare

1.0.6 (2023-09-03)

Bug Fixes

  • DMVP-2598: fix dependencies and remove duplicate variable introduced by merge (127be8c)