Note:
This document is intended for Terraform TencentCloud Provider code developers.
Contribution
1. Configuring the development environment
Before starting the development, you need to install Terraform and Go to pull the code repository, compile the program, and set the test as instructed in Development and Debugging. 2. Writing the code
Write the code as instructed in the corresponding document based on the type of your code.
|
| Add a resource or data source to Terraform TencentCloud Provider so as to manage Tencent Cloud product features or query the remote data of Tencent Cloud. |
| Most requests are for feature enhancement or bug fix. |
| Current resources require tag support and a unified tag service API. |
| Documentation updates and changes are included. |
3. Writing the test
4. Creating a pull request
5. Updating the changelog
An open-source project requires maintaining a user-friendly and readable CHANGELOG.md
so that users can quickly know whether they will be affected by the release and assess the upgrade risk if applicable. For more information, see Submitting Changelog. Modules
Besides the source code, you can also submit modules to the provider as instructed in Modules.
Was this page helpful?