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 @@ -235,7 +235,7 @@ module "git_clone" {
235
235
- Use descriptive variable names and include descriptions
236
236
- Provide default values for optional variables
237
237
- Include helpful outputs for working with other modules
238
- - Use proper resource dependencies with `depends_on` when needed
238
+ - Use proper resource dependencies
239
239
- Follow [Terraform style conventions](https://developer.hashicorp.com/terraform/language/syntax/style)
240
240
241
241
### Documentation standards
@@ -343,13 +343,12 @@ Use the version bump script to update versions:
343
343
344
344
``` bash
345
345
git add .
346
- git commit -m " feat(git-clone):modify git-clone module"
346
+ git commit -m " feat(git-clone):add git-clone module"
347
347
```
348
348
349
349
4 . ** Open a pull request** :
350
350
- Use a descriptive title
351
351
- Explain what the module does and why it's useful
352
- - Include testing instructions
353
352
- Reference any related issues
354
353
355
354
## Common issues and solutions
You can’t perform that action at this time.
0 commit comments