Skip to content

Commit

Permalink
Add note about Terratest chatops command
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-niland committed Jan 31, 2024
1 parent 41c9fe1 commit 5c34a0f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,10 @@ Currently PR approval for Terraform modules is subject to the following checks.
3. Check for CODEOWNERS approval requirement
4. Labels validated

The full workflow can be seen [here](https://github.com/cloudposse/github-actions-workflows-terraform-module/blob/main/.github/workflows/feature-branch.yml).
The full workflow can be seen [here](https://github.com/cloudposse/github-actions-workflows-terraform-module/blob/main/.github/workflows/feature-branch.yml).

In addition, maintainers will manually run Terratest tests against the PR branch to ensure the
changes can be applied successfully, using the fixtures from `examples/complete/`.

This is done via ChatOps by adding a comment with content `/terratest`. ChatOps commands are only
available to maintainers.

0 comments on commit 5c34a0f

Please sign in to comment.