From 4194eff5da7a23b73834aef54051d32f149da94d Mon Sep 17 00:00:00 2001 From: cgriggs01 Date: Wed, 1 May 2019 13:40:50 -0700 Subject: [PATCH 1/3] guide changes --- website/guides/terraform-provider-development-program.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/guides/terraform-provider-development-program.html.md b/website/guides/terraform-provider-development-program.html.md index 6a1ffa7b87..9fe1bca3ac 100644 --- a/website/guides/terraform-provider-development-program.html.md +++ b/website/guides/terraform-provider-development-program.html.md @@ -223,10 +223,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 lisence. + ## Contact Us For any questions or feedback please contact us at . From 68847ac99b07ba0e99ea2e2b26b680a2c0492bf5 Mon Sep 17 00:00:00 2001 From: Chris Griggs Date: Wed, 1 May 2019 14:06:26 -0700 Subject: [PATCH 2/3] Fixes grammer and spelling --- website/guides/terraform-provider-development-program.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/guides/terraform-provider-development-program.html.md b/website/guides/terraform-provider-development-program.html.md index 9fe1bca3ac..467ec95ae2 100644 --- a/website/guides/terraform-provider-development-program.html.md +++ b/website/guides/terraform-provider-development-program.html.md @@ -225,7 +225,7 @@ in the section above. * 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 lisence. +* All Terraform providers are required to contain a MPL-2.0 open source license. ## Contact Us From a0cd6156d12354721946b09c6fe6bfd705920c34 Mon Sep 17 00:00:00 2001 From: Chris Griggs Date: Wed, 1 May 2019 15:16:25 -0700 Subject: [PATCH 3/3] Add to section 3 --- website/guides/terraform-provider-development-program.html.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/guides/terraform-provider-development-program.html.md b/website/guides/terraform-provider-development-program.html.md index 467ec95ae2..2f9c7a64c8 100644 --- a/website/guides/terraform-provider-development-program.html.md +++ b/website/guides/terraform-provider-development-program.html.md @@ -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.