Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Aug 11, 2020
1 parent 2452cea commit ad4aa22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,11 @@ The [dflook/terraform-apply](https://github.com/dflook/terraform-github-actions/
* `changes`

Set to 'true' if the plan would change any resources, 'false' if it wouldn't.
Note that an apply may still be needed to update any outputs, even if no
resources would change.
Set to 'true' if the plan would apply any changes, 'false' if it wouldn't.

Note that with terraform <0.13 an apply may still be needed to update any outputs, even if no
resources would change. With terraform >=0.13 this is correctly set to 'true' whenever an apply
needs to be run.

## Example usage

Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ outputs:

runs:
using: docker
image: docker://danielflook/terraform-github-actions:v1.4.0
image: docker://danielflook/terraform-github-actions:v1.4.1
entrypoint: /entrypoints/plan.sh

branding:
Expand Down

0 comments on commit ad4aa22

Please sign in to comment.