Skip to content

Releases: Pararius/action-terraform

0.0.19: Add support for planning destroys (#24)

22 Feb 10:51
95d037a
Compare
Choose a tag to compare
* Add support for planning destroys

* Forgot to build

* Do not use global ncc to build

* Build using "npm run build"

v0.0.18

10 Feb 07:12
4438296
Compare
Choose a tag to compare
v0.0.18 Pre-release
Pre-release

Change from docker action to native nodejs.

Fix order of arguments

03 Dec 09:50
970394d
Compare
Choose a tag to compare
Pre-release
0.0.17

Fix order of arguments (#21)

Fix double quoting issue

03 Dec 09:37
af2793d
Compare
Choose a tag to compare
Pre-release
0.0.16

Fix double quoting issue (#20)

Fix targets arguments being passed wrongly

03 Dec 09:25
4c110c4
Compare
Choose a tag to compare
0.0.15

Pass arguments to terraform properly (#19)

Fix error that prevents specifying targets

02 Dec 14:30
c253a21
Compare
Choose a tag to compare
0.0.14

Fix terraform targets (#18)

Bugfixes and updates to documentation

02 Dec 09:57
f1b9912
Compare
Choose a tag to compare
Pre-release
0.0.13

Update README (#17)

Add support for specifying target resources

02 Dec 08:25
c4ffaa4
Compare
Choose a tag to compare
0.0.12

Add support for specifying terraform targets (#14)

Implemented workspaces+variables+destroy

12 Nov 14:05
9d14556
Compare
Choose a tag to compare
Merge pull request #12 from Pararius/second-attempt-workspaces

Implemented variables, workspace and destroy with minimized changes

Fix error that has workflow abort early

12 Nov 13:11
ae907eb
Compare
Choose a tag to compare
Pre-release
0.0.10

Default to ignoring process return code (#13)