From 83c87c94b3cebb0e26e84af5602ebc273c989b19 Mon Sep 17 00:00:00 2001 From: Vishwajit Nagulkar <119565952+VishwajitNagulkar@users.noreply.github.com> Date: Tue, 25 Jul 2023 00:10:42 +0530 Subject: [PATCH] format: updated workflow name --- docs/terraform_workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/terraform_workflow.md b/docs/terraform_workflow.md index 41090da6..63a61e5b 100644 --- a/docs/terraform_workflow.md +++ b/docs/terraform_workflow.md @@ -1,6 +1,6 @@ ## [Terraform Workflow](https://github.com/clouddrove/github-shared-workflows/blob/master/.github/workflows/terraform_workflow.yml) -This workflow is used to apply and destroy terraform infra using GitHub Actions. It utilizes the workflows defined in `.github/workflows/helm.yml` +This workflow is used to apply and destroy terraform infra using GitHub Actions. It utilizes the workflows defined in `.github/workflows/terraform_workflow.yml` #### Usage This workflow generates an issue before the apply or destroy step with a required plan in it. If we comment "yes," the workflow will proceed to the next step. However, if we comment "deny," the workflow will be canceled.