remove useless section on generated code from the contributing doc

main
Martin Guibert 2021-12-07 11:29:50 +01:00
parent 2b7dae25c5
commit 8383677ba2
No known key found for this signature in database
GPG Key ID: 990E40316943BAA6
1 changed files with 0 additions and 6 deletions

View File

@ -106,12 +106,6 @@ Because of this, prior to working on a system covered by acceptance tests it's i
More details on acceptance on the [contributing guide](../docs/README.md)
## Generated Code
Some files in the driftctl codebase are generated (resources DTO).
Generation is done by an external tool that read schemas from terraform providers and output golang structures with proper tags.
Currently, we have not open-sourced it, but we plan to do it very soon as it will save us lots of time when adding new resources.
## External Dependencies
Terraform uses Go Modules for dependency management.