From 4194eff5da7a23b73834aef54051d32f149da94d Mon Sep 17 00:00:00 2001 From: cgriggs01 Date: Wed, 1 May 2019 13:40:50 -0700 Subject: [PATCH] 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 6a1ffa7b8..9fe1bca3a 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 .