7b482cca9b
There are currently no checks on username and endpoint in the provider schema from being an empty value. This PR adds support to make sure that endpoint and username are not empty strings as that can cause a panic Results of the PR: ``` % terraform apply There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * provider.mysql: Endpoint must not be an empty string ``` |
||
---|---|---|
.. | ||
provider.go | ||
provider_test.go | ||
resource_database.go | ||
resource_database_test.go |