Skip to content

Commit

Permalink
v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Apr 21, 2021
1 parent eec44df commit bf97913
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,16 @@ The [dflook/terraform-apply](https://github.com/dflook/terraform-github-actions/
```yaml
with:
variables: |
image_id = ${{ secrets.AMI_ID }}
image_id = "${{ secrets.AMI_ID }}"
availability_zone_names = [
"us-east-1a",
"us-west-1c",
]
```
Variables set here override any given in variable_files.
Variables set here override any given in `var_file`s.

> :warning: Secret values are not masked in the PR comment. Set a `label` to avoid revealing the variables in the PR.

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

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

branding:
Expand Down

0 comments on commit bf97913

Please sign in to comment.