593cf7b4d5
This new-ish package ended up under "helper" during the 0.12 cycle for want of some other place to put it, but in retrospect that was an odd choice because the "helper/" tree is otherwise a bunch of legacy code from when the SDK lived in this repository. Here we move it over into the "internal" directory just to distance it from the guidance of not using "helper/" packages in new projects; didyoumean is a package we actively use as part of error message hints. |
||
---|---|---|
.. | ||
acctest | ||
copy | ||
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.