terraform/helper
James Bardin bee703360c
Merge pull request #23252 from hashicorp/jbardin/abs-state-dependencies
store absolute addresses for resource dependencies in the state
2019-11-08 10:25:32 -05:00
..
acctest Add 'RandIpAddress'. 2019-08-02 14:51:40 -04:00
config prune NewResourceConfig and update tests 2019-08-05 22:08:03 -04:00
copy
customdiff
didyoumean
encryption
experiment
hashcode
hilmapstructure
logging
mutexkv
pathorcontents
plugin sanitize provisioner output strings 2019-11-06 14:57:52 -05:00
resource only need to handle depends_on to shim old state 2019-11-07 17:49:03 -05:00
schema Version tools per Go convention under tools.go 2019-10-17 22:23:39 +02: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.