Skip to content

Commit

Permalink
format: updated workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
VishwajitNagulkar authored Jul 24, 2023
1 parent d97efec commit 83c87c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/terraform_workflow.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 83c87c9

Please sign in to comment.