This repository was archived by the owner on Apr 16, 2023. It is now read-only.

Description
As the scenarios get more and more complex, we need a unit testing library for bootstrapping Terraform more easily. The requirement is to make it consumable by users of PseudoDynamic.Terraform.Plugin.Sdk.
Not only unit testing should be made possible but also integration tests*1 (see here) and acceptance tests*2 (see here).
*1 Integration tests are those tests where you create a plugin server instance inside the same process as the running test where you can mock parts of the plugin server.
*2 Acceptance tests are those tests where you create an process-indepdent plugin server instance and checks the reality after running Terraform against the plugin server.
TODO: