Add docs for ExternalProviders
in TestCase
#349
Labels
documentation
Improvements or additions to documentation
ExternalProviders
in TestCase
#349
Use cases
There are some useful utility provider like
null
andhttp
, which might be used in the acceptance tests of the another provider.Attempted solutions
Importing those providers as Go packages and placing them into the provider factory. This doesn't work well because many providers doesn't follow Golang's package standard.
See this example: hashicorp/terraform-provider-http#428
Proposal
Maybe we can have a new field on
Test
struct to allow setup of other providers?The text was updated successfully, but these errors were encountered: