Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Jul 7, 2020
1 parent f40cbd9 commit e8a7618
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,22 +107,23 @@ This example workflow runs on every push to an open pull request,
and create or updates a comment with the terraform plan

```yaml
name: Plan
name: PR Plan
on: [pull_request]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
check_format:
plan:
runs-on: ubuntu-latest
name: Check terraform file are formatted correctly
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: Create terraform plan
steps:
- name: Checkout
uses: actions/checkout@v2
- name: terraform fmt
uses: dflook/terraform-fmt@1
- name: terraform plan
uses: dflook/terraform-plan@v1
with:
path: my-terraform-config
path: my-terraform-cofnig
```
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:v0.1.3
image: docker://danielflook/terraform-github-actions:v1.1.0
entrypoint: /entrypoints/plan.sh

branding:
Expand Down

0 comments on commit e8a7618

Please sign in to comment.