Skip to content

Commit

Permalink
Update terraform_workflow.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VishwajitNagulkar authored Jul 24, 2023
1 parent 60f663b commit 94ea534
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
Expand Up @@ -5,7 +5,7 @@ This workflow is used to apply and destroy terraform infra using GitHub Actions.
#### 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.

#### Example
#### Example for terraform workflow for aws cloud provider
```yaml
name: terraform workflow
on:
Expand Down

0 comments on commit 94ea534

Please sign in to comment.