Skip to content

Commit

Permalink
add working dir input
Browse files Browse the repository at this point in the history
  • Loading branch information
PriyeshM1 committed Dec 30, 2024
1 parent f8a4a36 commit e787152
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/terraform-drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ on:
required: false
type: string

working-directory:
default: "."
description: "The working directory to run terraform commands in"
required: false
type: string

jobs:
terraform-plan:
name: "Terraform Plan"
Expand Down

0 comments on commit e787152

Please sign in to comment.