Skip to content

Commit 41ddd1b

Browse files
Feat/update exampl name (#130)
Co-authored-by: Vishwajit Nagulkar <[email protected]>
1 parent 096ac8b commit 41ddd1b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
working_directory:
77
required: true
88
type: string
9-
default: _example
9+
default: examples
1010
description: Root directory of the terraform where all resources exist.
1111
provider:
1212
required: true

.github/workflows/tf-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
description: 'Directory where a complete example exists for the module.'
1010
required: false
1111
type: string
12-
default: './_example/complete/'
12+
default: './examples/complete/'
1313
terraform_version:
1414
description: 'Terraform version to use. Leave empty for the latest version.'
1515
required: false

.github/workflows/tfdrift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
working_directory:
77
required: true
88
type: string
9-
default: _example
9+
default: examples
1010
description: 'Root directory of the terraform where all resources exist.'
1111
provider:
1212
required: true

.github/workflows/tfsec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
description: 'Directory where main.tf exist of the module.'
88
required: false
99
type: string
10-
default: './_example/'
10+
default: './examples/'
1111
secrets:
1212
GITHUB:
1313
required: true

0 commit comments

Comments
 (0)