From 41ddd1b8d2915130df38d1afd88d75884639a7a7 Mon Sep 17 00:00:00 2001 From: Prashant Yadav <79893616+theprashantyadav@users.noreply.github.com> Date: Mon, 8 Apr 2024 16:36:17 +0530 Subject: [PATCH] Feat/update exampl name (#130) Co-authored-by: Vishwajit Nagulkar <119565952+VishwajitNagulkar@users.noreply.github.com> --- .github/workflows/terraform.yml | 2 +- .github/workflows/tf-checks.yml | 2 +- .github/workflows/tfdrift.yml | 2 +- .github/workflows/tfsec.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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