terraform/helper
Brian Flad 3d908f56aa
helper/schema: Add deprecation to ResourceData.UnsafeSetFieldRaw
This functionality is no longer supported in Terraform 0.12 and above.
2019-02-13 22:12:10 -05:00
..
acctest
config
copy
customdiff
didyoumean
diff
encryption
experiment
hashcode
hilmapstructure
logging
mutexkv
pathorcontents
plugin Merge pull request #20335 from hashicorp/jbardin/diff-apply 2019-02-13 19:33:34 -05:00
resource allow 0 and unset to be equal in count tests 2019-02-11 11:35:19 -05:00
schema helper/schema: Add deprecation to ResourceData.UnsafeSetFieldRaw 2019-02-13 22:12:10 -05:00
shadow
signalwrapper
slowmessage
structure
validation helper/validation: Add Any() SchemaValidateFunc 2018-10-18 20:58:53 -04:00
variables
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.