Skip to content

Commit ab3f6d2

Browse files
committed
ci: update tfvars usage
1 parent 820bdd4 commit ab3f6d2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tf_plan_apply.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ jobs:
5050
id: tf-plan
5151
run: |
5252
export exitcode=0
53-
pwd
54-
ls -al
55-
53+
5654
if [ -f vars-dev.tfvars ]; then
5755
tofu plan -detailed-exitcode -var-file vars-dev.tfvars -out tfplan || export exitcode=$?
5856
else

0 commit comments

Comments
 (0)