terraform/helper
James Bardin 8ae31aa2db normalize empty blocks during import
Like Upgrade, Import is another case where we don't have the context of
the configuration and need to ensure missing blocks are normalized.
2019-06-17 20:29:01 -04:00
..
acctest only seed math/rand once 2019-06-12 21:38:59 -04:00
config
copy
customdiff
didyoumean
diff
encryption
experiment
hashcode
hilmapstructure
logging
mutexkv
pathorcontents
plugin normalize empty blocks during import 2019-06-17 20:29:01 -04:00
resource maintain private data through provider ACC tests 2019-06-05 19:22:46 -04:00
schema filter unknowns from simple lists and maps in sdk 2019-05-28 09:58:07 -04:00
shadow
signalwrapper
slowmessage
structure
validation Merge pull request #18614 from craigatgoogle/float-validation 2019-05-06 17:56:56 -07: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.