terraform/helper
Mitchell Hashimoto 3f36787207 Merge pull request #9618 from hashicorp/b-computed-prim
helper/schema,terraform: handle computed primitives in diffs
2016-10-28 10:44:13 -04:00
..
acctest
config
copy config/module: use the raw source as part of the key 2016-09-30 10:44:46 -07:00
diff
experiment helper/experiment: a helper for setting, making experiments 2016-10-26 15:47:58 -04:00
hashcode
hilmapstructure
logging Append to debug log files, don't clobber. 2016-10-18 13:08:23 -07:00
mutexkv
pathorcontents
resource helper/resource: remove StopCh, use contexts instead 2016-10-25 11:32:30 -07:00
schema Merge pull request #9618 from hashicorp/b-computed-prim 2016-10-28 10:44:13 -04: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.