We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37cde45 commit 2a78dc8Copy full SHA for 2a78dc8
CONTRIBUTING.md
@@ -403,8 +403,8 @@ Example: `https://github.com/coder/registry/compare/main...your-branch?template=
403
404
- `main.tf` - Terraform code
405
- **Tests**:
406
- - `.tftest.hcl` files with `terraform test` (preferred for new modules)
407
- - `main.test.ts` file with `bun test` (existing modules)
+ - `*.tftest.hcl` files with `terraform test` (to test terraform specific logoc)
+ - `main.test.ts` file with `bun test` (to test business logic, i.e., `coder_script` to install a package.)
408
- `README.md` - Documentation with frontmatter
409
410
### Every Template Must Have
0 commit comments