terraform/helper
Radek Simko 7860f55e4f
Version tools per Go convention under tools.go
2019-10-17 22:23:39 +02: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 move hcl2shim package to configs 2019-08-06 19:58:58 -04:00
resource vendor: switch to HCL 2.0 in the HCL repository 2019-10-02 15:10:21 -07: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.