File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
working_directory :
7
7
required : true
8
8
type : string
9
- default : _example
9
+ default : examples
10
10
description : Root directory of the terraform where all resources exist.
11
11
provider :
12
12
required : true
Original file line number Diff line number Diff line change 9
9
description : ' Directory where a complete example exists for the module.'
10
10
required : false
11
11
type : string
12
- default : ' ./_example /complete/'
12
+ default : ' ./examples /complete/'
13
13
terraform_version :
14
14
description : ' Terraform version to use. Leave empty for the latest version.'
15
15
required : false
Original file line number Diff line number Diff line change 6
6
working_directory :
7
7
required : true
8
8
type : string
9
- default : _example
9
+ default : examples
10
10
description : ' Root directory of the terraform where all resources exist.'
11
11
provider :
12
12
required : true
Original file line number Diff line number Diff line change 7
7
description : ' Directory where main.tf exist of the module.'
8
8
required : false
9
9
type : string
10
- default : ' ./_example /'
10
+ default : ' ./examples /'
11
11
secrets :
12
12
GITHUB :
13
13
required : true
You can’t perform that action at this time.
0 commit comments