Skip to content

Releases: echoboomer/terraform-buildkite-plugin

v1.2.28 🌈

12 Sep 21:49
bcf26d2
Compare
Choose a tag to compare

Changes

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - label: 'terraform'
    plugins:
-     - echoboomer/terraform#v1.2.27:
+       echoboomer/terraform#v1.2.28:
          image: myrepo/mycustomtfimage

v1.2.27 🌈

10 Aug 00:09
bd56c09
Compare
Choose a tag to compare

Changes

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - label: 'terraform'
    plugins:
-     - echoboomer/terraform#v1.2.26:
+       echoboomer/terraform#v1.2.27:
          image: myrepo/mycustomtfimage

v1.2.26 🌈

09 Sep 16:07
Compare
Choose a tag to compare

Changes

🚀 Features

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - label: 'terraform'
    plugins:
-     - echoboomer/terraform#v1.2.25:
+       echoboomer/terraform#v1.2.26:
          image: myrepo/mycustomtfimage

v1.2.25 🌈

22 Jun 14:33
fa7693f
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fixes condition where APPLY_ONLY fails since TF_DIFF isn't set. @echoboomer (#27)

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - label: 'terraform'
    plugins:
-     - echoboomer/terraform#v1.2.24:
+       echoboomer/terraform#v1.2.25:
          image: myrepo/mycustomtfimage

v1.2.24 🌈

15 Feb 19:22
6f8892e
Compare
Choose a tag to compare

Changes

  • Support auto-creating workspace if it doesn't already exist @esalter (#23)

🚀 Features

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - label: 'terraform'
    plugins:
-     - echoboomer/terraform#v1.2.23:
+       echoboomer/terraform#v1.2.24:
          image: myrepo/mycustomtfimage

v1.2.23 🌈

08 Oct 19:28
e007971
Compare
Choose a tag to compare

Changes

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - label: 'terraform'
    plugins:
-     - echoboomer/terraform#v1.2.22:
+       echoboomer/terraform#v1.2.23:
          image: myrepo/mycustomtfimage

v1.2.22 🌈

08 Oct 16:12
bcb8a8d
Compare
Choose a tag to compare

Changes

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - label: 'terraform'
    plugins:
-     - echoboomer/terraform#v1.2.21:
+       echoboomer/terraform#v1.2.22:
          image: myrepo/mycustomtfimage

v1.2.21 🌈

02 Oct 15:36
Compare
Choose a tag to compare

Changes

  • Fixes issue where empty env option caused unbound variable exception.

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - label: 'terraform'
    plugins:
-     - echoboomer/terraform#v1.2.20:
+       echoboomer/terraform#v1.2.21:
          image: myrepo/mycustomtfimage

v1.2.20 🌈

02 Oct 14:36
bed256a
Compare
Choose a tag to compare

Changes

  • Add debug option for showing Docker command string. @echoboomer (#20)

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - label: 'terraform'
    plugins:
-     - echoboomer/terraform#v1.2.19:
+       echoboomer/terraform#v1.2.20:
          image: myrepo/mycustomtfimage

v1.2.19 🌈

02 Oct 14:26
add7059
Compare
Choose a tag to compare

Changes

Warning

Before moving beyond v1.2.18, be aware that this version is still being tested.

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - label: 'terraform'
    plugins:
-     - echoboomer/terraform#v1.2.18:
+       echoboomer/terraform#v1.2.19:
          image: myrepo/mycustomtfimage