Skip to content

Commit

Permalink
updated terrform.yaml code
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhav7797 committed Nov 14, 2022
1 parent 6b01821 commit 52e9782
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:

- name: Terraform min/max versions
id: minMax
uses: clowdhaus/terraform-min-max@v1.2.4
with:
directory: ./example/basic
uses: clowdhaus/terraform-min-max@main
outputs:
minVersion: ${{ steps.minMax.outputs.minVersion }}
maxVersion: ${{ steps.minMax.outputs.maxVersion }}
Expand Down

0 comments on commit 52e9782

Please sign in to comment.