diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 8710dde6..893c86bb 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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.