As part of the unit tests, you should call InternalValidate. This is used
to verify the structure of the provider and all of the resources, and
reports an error if it is invalid.
Move provider schema descriptions inline
So that it's easier to understand what each option does (without reading
up/down the file) and they are always kept in-sync (turns out that locale
was unused).
Add test to validate Provider
As suggested by: https://www.terraform.io/docs/plugins/provider.html#provider
Move provider schema descriptions inline
So that it's easier to understand what each option does (without reading up/down the file) and they are always kept in-sync (turns out that
locale
was unused).