6b5ca49578
With the SDK moving out into its own repository, a lot of the packages under "helper/" are no longer needed. We still need to keep around just enough legacy SDK to support the "test" provider and some little bits and bobs in the backends and provisioners, but a lot of this is now just dead code. One of the test provider tests was depending on some validation functions only because the schema in there was originally copied from a "real" provider. The validation rules are not actually important for the test, so I removed them. Otherwise, this removes only dead code. |
||
---|---|---|
.. | ||
acctest | ||
copy | ||
didyoumean | ||
experiment | ||
hashcode | ||
logging | ||
pathorcontents | ||
plugin | ||
resource | ||
schema | ||
slowmessage | ||
validation | ||
wrappedreadline | ||
wrappedstreams | ||
README.md |
README.md
Legacy Helper Libraries
The packages in this directory are all legacy code. Some of them are legacy because they are now maintained in the Terraform SDK, while others are just obsolete codepaths that we intend to migrate away from over time.
Avoid using functions from packages under helper/
in new projects.