diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 1d8ed8cf..00273dd6 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -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 diff --git a/.github/workflows/tf-checks.yml b/.github/workflows/tf-checks.yml index c761068a..9a867575 100644 --- a/.github/workflows/tf-checks.yml +++ b/.github/workflows/tf-checks.yml @@ -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 diff --git a/.github/workflows/tfdrift.yml b/.github/workflows/tfdrift.yml index 8cde25b2..a893a33f 100644 --- a/.github/workflows/tfdrift.yml +++ b/.github/workflows/tfdrift.yml @@ -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 diff --git a/.github/workflows/tfsec.yml b/.github/workflows/tfsec.yml index f6b1de7a..eff9b30e 100644 --- a/.github/workflows/tfsec.yml +++ b/.github/workflows/tfsec.yml @@ -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