terraform/helper/README.md

10 lines
368 B
Markdown
Raw Normal View History

# Legacy Helper Libraries
2014-07-28 19:43:00 +02:00
The packages in this directory are all legacy code. Some of them are legacy
because they are now maintained in
[the Terraform SDK](https://github.com/hashicorp/terraform-plugin-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.