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:
125125 - Correct icon path (usually ` ../../../../.icons/your-icon.svg ` )
126126 - Proper tags that describe your module
1271273 . ** 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
1311304 . ** Add any scripts** or additional files your module needs
132131
133132### 4. Test and Submit
You can’t perform that action at this time.
0 commit comments