File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -125,9 +125,8 @@ This script generates:
125
125
- Correct icon path (usually ` ../../../../.icons/your-icon.svg ` )
126
126
- Proper tags that describe your module
127
127
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
131
130
4 . ** Add any scripts** or additional files your module needs
132
131
133
132
### 4. Test and Submit
You can’t perform that action at this time.
0 commit comments