NOTES:
- helper/resource: Provider references or external installation can now be handled at either the
TestCase
orTestStep
level. Using theTestStep
handling, advanced use cases are now enabled such as state upgrade acceptance testing. (#972)
ENHANCEMENTS:
- helper/resource: Added
TestStep
typeExternalProviders
,ProtoV5ProviderFactories
,ProtoV6ProviderFactories
, andProviderFactories
fields (#972)
BUG FIXES:
- helper/resource: Removed extraneous
terraform state show
command when not using theTestStep
typeTaint
field (#972)