terraform/helper
Sander van Harmelen 3d0073e05c core: fix a crash by suggesting a different approach to solve #11170 (#13541)
* Revert #11245, #11321, #11498 and #11757

These PR’s are all related to issue #11170 for which I would like to propose a different solution then the one currently implemented.

* A different approach to solve #11170

This approach has (IMHO) a few advantages with regards to the solution currently implemented. I will elaborate on this in the PR.
2017-04-14 22:32:30 +02:00
..
acctest provider/aws: Fix EMR Bootstrap Action Ordering (#13580) 2017-04-12 14:19:38 -05:00
config
copy
diff
encryption
experiment
hashcode
hilmapstructure
logging
mutexkv
pathorcontents
resource core: Add ImportStateIdPrefix field for testing 2017-03-30 18:11:10 -04:00
schema core: fix a crash by suggesting a different approach to solve #11170 (#13541) 2017-04-14 22:32:30 +02:00
shadow
signalwrapper
slowmessage
structure Adding tests for each helper method 2017-03-28 12:59:46 +01:00
validation Refactoring the schema diff/validation -> core 2017-03-27 15:41:55 +01:00
variables command/init: backend-config accepts key=value pairs 2017-03-16 23:27:05 -07:00
wrappedreadline
wrappedstreams
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.