Skip to content

Commit

Permalink
Feat/update exampl name (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: Vishwajit Nagulkar <119565952+VishwajitNagulkar@users.noreply.github.com>
  • Loading branch information
theprashantyadav and VishwajitNagulkar authored Apr 8, 2024
1 parent 096ac8b commit 41ddd1b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
working_directory:
required: true
type: string
default: _example
default: examples
description: Root directory of the terraform where all resources exist.
provider:
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
description: 'Directory where a complete example exists for the module.'
required: false
type: string
default: './_example/complete/'
default: './examples/complete/'
terraform_version:
description: 'Terraform version to use. Leave empty for the latest version.'
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tfdrift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
working_directory:
required: true
type: string
default: _example
default: examples
description: 'Root directory of the terraform where all resources exist.'
provider:
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tfsec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
description: 'Directory where main.tf exist of the module.'
required: false
type: string
default: './_example/'
default: './examples/'
secrets:
GITHUB:
required: true
Expand Down

0 comments on commit 41ddd1b

Please sign in to comment.