From fba8a49e81dc85e5addd6fb2950fb33d60f5f870 Mon Sep 17 00:00:00 2001 From: Deepak verma <89906661+dverma-cd@users.noreply.github.com> Date: Wed, 1 Apr 2026 15:02:12 +0530 Subject: [PATCH 1/3] fix : Update workflow reference from tf-pr-checks to tf-diff-checks --- docs/tf-pr-checks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tf-pr-checks.md b/docs/tf-pr-checks.md index 7b409cb7..5558fffc 100644 --- a/docs/tf-pr-checks.md +++ b/docs/tf-pr-checks.md @@ -25,7 +25,7 @@ on: jobs: complete-example: - uses: clouddrove/github-shared-workflows/.github/workflows/tf-pr-checks.yaml@v2 + uses: clouddrove/github-shared-workflows/.github/workflows/tf-diff-checks.yml@v2 with: provider: 'azurerm' terraform_directory: 'examples/complete' @@ -33,4 +33,4 @@ jobs: secrets: AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }} ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }} -``` \ No newline at end of file +``` From f47c7c82d26da3d95dadf5740ec5e6dcc8785b1b Mon Sep 17 00:00:00 2001 From: Deepak verma <89906661+dverma-cd@users.noreply.github.com> Date: Wed, 1 Apr 2026 15:03:48 +0530 Subject: [PATCH 2/3] fix: Rename Terraform PR Checks to Plan Difference Checks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa7b7f1b..42da3f01 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ Above example is just a simple example to call workflow from github shared workf - [Terraform Drift Workflow](./docs/tf-drift.md) - [Terraform Lint Workflow](./docs/tf-lint.md) - [Terraform Monorepo Tag Release Workflow](./docs/tf-monorepo-tag-release.md) -- [Terraform PR Checks Workflow](./docs/tf-pr-checks.md) +- [Terraform Plan Difference Checks Workflow](./docs/tf-diff-checks.md) - [Terraform Smurf Workflow](./docs/tf-smurf.md) - [Terraform Workflow](./docs/tf-workflow.md) @@ -370,4 +370,4 @@ At [CloudDrove][website], has extensive experience in designing, building & migr [linkedin]: https://cpco.io/linkedin [twitter]: https://twitter.com/clouddrove/ [email]: https://clouddrove.com/contact-us.html - [terraform_modules]: https://github.com/clouddrove?utf8=%E2%9C%93&q=terraform-&type=&language= \ No newline at end of file + [terraform_modules]: https://github.com/clouddrove?utf8=%E2%9C%93&q=terraform-&type=&language= From d0b4490382f626fadd01a5dbdb679e595690191a Mon Sep 17 00:00:00 2001 From: Deepak verma <89906661+dverma-cd@users.noreply.github.com> Date: Wed, 1 Apr 2026 15:05:03 +0530 Subject: [PATCH 3/3] fix : Rename tf-pr-checks.md to tf-diff-checks.md --- docs/{tf-pr-checks.md => tf-diff-checks.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename docs/{tf-pr-checks.md => tf-diff-checks.md} (87%) diff --git a/docs/tf-pr-checks.md b/docs/tf-diff-checks.md similarity index 87% rename from docs/tf-pr-checks.md rename to docs/tf-diff-checks.md index 5558fffc..0b3b032f 100644 --- a/docs/tf-pr-checks.md +++ b/docs/tf-diff-checks.md @@ -1,9 +1,9 @@ --- -## [Terraform plan PR Diff Workflow](https://github.com/clouddrove/github-shared-workflows/blob/master/.github/workflows/tf-pr-checks.yml) +## [Terraform plan PR Diff Workflow](https://github.com/clouddrove/github-shared-workflows/blob/master/.github/workflows/tf-diff-checks.yml) -This workflow automatically run a terraform plan command for the PR and for the master and generate a comparison between them. It utilizes the workflows defined in `.github/workflows/tf-pr-checks.yaml`. +This workflow automatically run a terraform plan command for the PR and for the master and generate a comparison between them. It utilizes the workflows defined in `.github/workflows/tf-diff-checks.yaml`. ### Features - Make it easy to decide the new tag version.