Skip to content

Commit cdf8ce8

Browse files
committed
testing to see if plan works without dflook
1 parent 890454e commit cdf8ce8

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/terraform-plan.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,11 @@ jobs:
3232
run: terraform init
3333

3434
- name: Terraform Plan
35-
uses: dflook/terraform-plan@v1
36-
with:
37-
path: terraform
35+
run: terraform plan
36+
37+
# - name: Terraform Plan
38+
# uses: dflook/terraform-plan@v1
39+
# with:
40+
# path: terraform
3841

3942

0 commit comments

Comments
 (0)