Consider documenting the specific terraform commands executed during acceptance tests #240
Open
2 of 6 tasks
Labels
documentation
Improvements or additions to documentation
Does this documentation exist?
Where would you expect to find this documentation?
Details
This documentation could appear in Acceptance Tests and provide details of the specific
terraform
commands that are executed during a particular "test mode".For example, if an acceptance test is set-up to use
TestStep.Config
:The following
terraform
commands are executed during the course of the test:Description
If the
terraform
command calls are documented and include details as to which flags are supplied (e.g.,-refresh-only
,-refresh=true|false
) this might be useful for provider developers who are writing acceptance tests and aid in the generation of a mental model of which commands are being called and how this relates to direct execution of Terraform commands.References
The text was updated successfully, but these errors were encountered: