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.