terraform/helper
Mitchell Hashimoto 3342aa580c
terraform: InstanceState.Meta is value type interface{}
This changes the type of values in Meta for InstanceState to
`interface{}`. They were `string` before.

This will allow richer structures to be persisted to this without
flatmapping them (down with flatmap!). The documentation clearly states
that only primitives/collections are allowed here.

The only thing using this was helper/schema for schema versioning.
Appropriate type checking was added to make this change safe.

The timeout work @catsby is doing will use this for a richer structure.
2017-02-23 10:44:05 -08:00
..
acctest
config
copy
diff
encryption
experiment terraform: default shadow to false 2017-02-06 18:02:32 -08:00
hashcode
hilmapstructure
logging
mutexkv
pathorcontents
resource Add 'aws_vpn_gateway' data source. (#11886) 2017-02-13 16:24:55 +00:00
schema terraform: InstanceState.Meta is value type interface{} 2017-02-23 10:44:05 -08:00
shadow
signalwrapper
slowmessage helper/slowmessage 2017-02-14 09:27:23 -08:00
validation
variables helper/variables: trim whitespace on key before empty string comp 2016-12-14 13:52:34 -08:00
wrappedreadline command: split out and tag code so compilation works on Solaris 2016-11-14 00:32:01 -08:00
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.