Skip to content

Commit

Permalink
Add .github/workflows/terraform-plan.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Aug 14, 2024
1 parent b6f4446 commit e6dc993
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/terraform-plan.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# This is a basic workflow to help you get started with Actions

name: Terraform Plan
Expand Down Expand Up @@ -29,9 +30,10 @@ jobs:
with:
node-version: 16

# - uses: CSVD/gh-actions-setup-terraform@v2
# with:
# terraform_wrapper: false
- uses: CSVD/gh-actions-setup-terraform@v2
with:
terraform_wrapper: false
terraform_version: ${{ vars.terraform_version }}

- name: Terraform Format
id: fmt
Expand All @@ -54,4 +56,3 @@ jobs:
id: plan
run: terraform plan
continue-on-error: true

0 comments on commit e6dc993

Please sign in to comment.