mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-02 12:17:39 -06:00
Merge pull request #21175 from hashicorp/cgriggs01-guide-changes
[Website] Terraform Provider Development Guide changes
This commit is contained in:
commit
c5a2e922ce
@ -118,6 +118,8 @@ to parallelize the test execution.
|
||||
Each provider has a section in the Terraform documentation. You'll want to add
|
||||
new index file and individual pages for each resource supported by the provider.
|
||||
|
||||
All Terraform providers are required to contain a MPL-2.0 open source license.
|
||||
|
||||
While developing the provider code yourself is certainly possible, you can also
|
||||
choose to leverage one of the following development agencies who’ve developed
|
||||
Terraform providers in the past and are familiar with the requirements and process.
|
||||
@ -223,10 +225,10 @@ in the section above.
|
||||
|
||||
* Address all review feedback, ensure that each resource has a corresponding acceptance test, and the documentation is complete
|
||||
|
||||
* Create a PR for the provider against the HashiCorp provided empty repo.
|
||||
|
||||
* Plan to continue supporting the provider with additional functionality as well as addressing any open issues.
|
||||
|
||||
* All Terraform providers are required to contain a MPL-2.0 open source license.
|
||||
|
||||
## Contact Us
|
||||
|
||||
For any questions or feedback please contact us at <terraform-provider-dev@hashicorp.com>.
|
||||
|
Loading…
Reference in New Issue
Block a user