Skip to content

Releases: 7Factor/action-terraform

Release 1.9.0

26 Sep 15:40
86522ea
Compare
Choose a tag to compare

Version 1.9.0

Commits

  • [86522ea] Merge pull request #12 from 7Factor/jwood/outputs
  • [a97e145] Add outcome, stdout, and stderr outputs for each command.

Release 1.8.0

25 Sep 13:52
731e8de
Compare
Choose a tag to compare

Version 1.8.0

Commits

  • [731e8de] Merge pull request #11 from 7Factor/jwood/allow_pr_apply
  • [746afc5] Allow apply on PRs.

Release 1.7.0

23 Sep 17:40
185005b
Compare
Choose a tag to compare

Version 1.7.0

Commits

  • [185005b] Merge pull request #10 from 7Factor/jwood/use_plan
  • [2ce25e0] Use 0 compression level.
  • [3b8ed7b] Remove debugging outputs.
  • [130702a] Debug more of the plan file.
  • [f87affc] Remove debug step.
  • [42966b2] Use !! on password in scripts.
  • [7a698d2] Temporarily debug stuff.
  • [d7602d9] ls temp dir.
  • [d732553] Use artifact name directly.
  • [359db55] Don't rely on 3rd party action for encrypt/decrypt.
  • [30ad16e] Only download/upload plan on correct action type.
  • [86bb86d] Add option for using a plan artifact.

Release 1.6.0

18 Sep 21:01
e46390d
Compare
Choose a tag to compare

Version 1.6.0

Commits

  • [e46390d] Merge pull request #9 from 7Factor/jwood/workspace_create
  • [b677253] Reword workspace-select description.
  • [0e0e6a8] Change inputs ordering.
  • [e9d481c] Add inputs for controlling workspace select/create.
  • [30e9231] Simplify workspace step name.
  • [4c89086] Remove color for workspace select.
  • [be22876] Add workspace output to PR comment.
  • [deb69d7] Move workspace step after init.
  • [16486b3] Add input for workspace name.
  • [537e604] Add step for selecting/creating workspace.

Release 1.5.1

18 Sep 19:44
0e8c744
Compare
Choose a tag to compare

Version 1.5.1

Commits

  • [0e8c744] Merge pull request #8 from 7Factor/jwood/pr_comment
  • [e508dd5] Fix test and plan enabled parts of comment script.
  • [9455c35] Move terraform PR comment code into this repo.

Release 1.5.0

16 Sep 15:19
22ffd62
Compare
Choose a tag to compare

Version 1.5.0

Commits

  • [22ffd62] Merge pull request #7 from 7Factor/jwood/output
  • [fdabd11] Revert "Temporarily output the output file."
  • [dbe6616] Revert "Temporarily output the output file another way."
  • [5d1eceb] Temporarily output the output file another way.
  • [3dcdc96] Temporarily output the output file.
  • [2d1527e] Default -json arg for output.
  • [79e1e60] Disable color for output.
  • [3fcb896] Add optional output step.

Release 1.4.0

13 Sep 19:46
27705a0
Compare
Choose a tag to compare

Version 1.4.0

Commits

  • [27705a0] Merge pull request #6 from 7Factor/jwood/stderr
  • [781cf29] Add stderr to comment for every step.

Release 1.3.0

13 Sep 18:31
f6a2e83
Compare
Choose a tag to compare

Version 1.3.0

Commits

  • [f6a2e83] Merge pull request #5 from 7Factor/jwood/diff_fmt
  • [17d2768] Add -diff flag to fmt.

Release 1.2.0

12 Sep 22:06
77f28ff
Compare
Choose a tag to compare

Version 1.2.0

Commits

  • [77f28ff] Merge pull request #4 from 7Factor/jwood/backend_config
  • [297c82a] Switch back to v1 of comment action.
  • [26fa03d] Don't pass directory to comment action.
  • [a6460ef] Provide fallback value when no tfbackend content.
  • [5e5271c] Update description of action-args input.
  • [8efa8bd] Add reasonable default for directory input.
  • [9a7840a] Default comment-identifier to directory.
  • [6e3fa22] Temporarily point to branch for terraform comment action.
  • [2c7921a] comment-identifier input is required.
  • [c57dc45] Make test one of the possible actions.
  • [ed010f9] Add missing format variable index.
  • [e8d5efe] Rework backend config input.
  • [9a35cd3] Add backend config inputs.

Release 1.1.0

12 Sep 18:02
d3d3065
Compare
Choose a tag to compare

Version 1.1.0

Commits

  • [d3d3065] Merge pull request #3 from 7Factor/jwood/test_step
  • [eb1e8df] Add optional test step.