terraform/helper
James Bardin 6bc52be0a5 check for IsComputed when validating a schema obj
GH-14784 allowed nested structures to be validate, rather than relying
on the raw value. However this still returns the same validation error
if the structures contain a computed value, since Get will return the
raw string in that case.

This simply skips the validation in the IsComputed case, since there's
nothing that can be checked.
2017-05-24 12:34:53 -04:00
..
acctest provider/aws: Fix EMR Bootstrap Action Ordering (#13580) 2017-04-12 14:19:38 -05:00
config
copy
diff
encryption provider/aws: Extract helper/encryption library 2016-12-06 14:24:21 -06:00
experiment terraform: default shadow to false 2017-02-06 18:02:32 -08:00
hashcode
hilmapstructure
logging provider/google: Log HTTP requests and responses in DEBUG mode (#14281) 2017-05-10 21:16:43 +02:00
mutexkv
pathorcontents
resource Merge pull request #13778 from hashicorp/jbardin/GH-13617 2017-04-19 18:23:00 -04:00
schema check for IsComputed when validating a schema obj 2017-05-24 12:34:53 -04:00
shadow
signalwrapper
slowmessage helper/slowmessage 2017-02-14 09:27:23 -08:00
structure Adding tests for each helper method 2017-03-28 12:59:46 +01:00
validation Refactoring the schema diff/validation -> core 2017-03-27 15:41:55 +01:00
variables command/init: backend-config accepts key=value pairs 2017-03-16 23:27:05 -07:00
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.