864c79396d
To avoid chasing down issues like #11635 I'm proposing we disable the shadow graph for end users now that we have merged in all the new graphs. I've kept it around and default-on for tests so that we can use it to test new features as we build them. I think it'll still have value going forward but I don't want to hold us for making it work 100% with all of Terraform at all times. I propose backporting this to 0-8-stable, too. |
||
---|---|---|
.. | ||
acctest | ||
config | ||
copy | ||
diff | ||
encryption | ||
experiment | ||
hashcode | ||
hilmapstructure | ||
logging | ||
mutexkv | ||
pathorcontents | ||
resource | ||
schema | ||
shadow | ||
signalwrapper | ||
validation | ||
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.