You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
helper/resource: refine config-building for plannable import tests (#484)
* helper/resource: refine config-building for plannable import tests
This change allows explict inline Terraform configuration in an
`ImportState` test step. In a newly-added test, we have a scenario where
it's useful to the test author to write their own import block, without
resorting to `ConfigFile` or `ConfigDirectory`.
This change also adds a test to cover the use of external providers with
plannable import tests.
* fixup! helper/resource: refine config-building for plannable import tests
0 commit comments