terraform/helper
Mitchell Hashimoto f0abe6d1a0 Merge pull request #9812 from hashicorp/b-bool-computed-crash
helper/schema: computed bool fields should not crash
2016-11-04 08:47:49 -07:00
..
acctest
config
copy
diff
experiment helper/experiment: a helper for setting, making experiments 2016-10-26 15:47:58 -04:00
hashcode
hilmapstructure
logging
mutexkv
pathorcontents
resource helper/resource: remove StopCh, use contexts instead 2016-10-25 11:32:30 -07:00
schema Merge pull request #9812 from hashicorp/b-bool-computed-crash 2016-11-04 08:47:49 -07:00
shadow helper/shadow: keyedValue.WaitForChange must unlock 2016-10-21 17:57:00 -07:00
signalwrapper
validation
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.