2bc612e6f8
Don't check if the root key is being computed for composite types. Instead, continue recursing the composite type in order to check if the sub-key, key.N, for each individual element is being computed. Fixes a panic which occurs when validating a composite type where the value is an unknown kind for the schema. |
||
---|---|---|
.. | ||
config | ||
diff | ||
hashcode | ||
multierror | ||
resource | ||
schema | ||
ssh | ||
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.