Skip to content

Commit 7cd4969

Browse files
authored
Apply suggestion from @matifali
1 parent 6a98f83 commit 7cd4969

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,8 @@ This script generates:
125125
- Correct icon path (usually `../../../../.icons/your-icon.svg`)
126126
- Proper tags that describe your module
127127
3. **Create tests for your module:**
128-
- **New modules**: Create `*.tftest.hcl` files and test with `terraform test`
129-
- **TypeScript tests**: Create `main.test.ts` files if your module runs scripts or has business logic that Terraform tests can't cover
130-
- **Both approaches** are supported
128+
- **Terraform tests**: Create a `*.tftest.hcl` file and test with `terraform test`
129+
- **TypeScript tests**: Create `main.test.ts` file if your module runs scripts or has business logic that Terraform tests can't cover
131130
4. **Add any scripts** or additional files your module needs
132131

133132
### 4. Test and Submit

0 commit comments

Comments
 (0)