terraform/helper
James Nugent b551981cc7 testing: Add ComposeAggregateTestFunc
This commit adds a function which composes a series of TestFuncs, but
will run all tests before returning an error, unlike ComposeTestFunc.
This is useful when verifying contents of state in acceptance tests and
it is desirable to see all the failing cases in one run for slow
resources.
2016-08-16 19:56:18 +01:00
..
acctest
config
diff
hashcode
hilmapstructure
logging Silence log output when not verbose 2016-08-01 17:19:14 -04:00
mutexkv
pathorcontents
resource testing: Add ComposeAggregateTestFunc 2016-08-16 19:56:18 +01:00
schema terraform: diffs with only tainted set are non-empty 2016-08-12 17:37:49 -05:00
signalwrapper providers/azurerm: cancellable storage account creation 2016-08-15 21:12:32 -07:00
README.md

README.md

Helper Libraries

This folder contains helper libraries for Terraform plugins. A running joke is that this is "Terraform standard library" for plugins. The goal of the packages in this directory are to provide high-level helpers to make it easier to implement the various aspects of writing a plugin for Terraform.