vscode-terraform-doc-snippetsA vscode extension that yanks resource and data source documentation from Terraform provider repos and transforms them into structured VS Code snippets. Over 9000 snippets included. DemoMotivationThe existing Terraform snippet extensions offer a set of user-defined snippets. Some of them are good but many lack the context to really be useful and only about 1/3 of the resources and data sources in the public providers are covered. Terraform documentation is largely good and continues to evolve alongside the providers so it makes sense to build a snippet extension that pulls snippets directly from documentation code examples. This makes for a scalable way to continuously provide up to date resource and data source snippets. The examples in documentation often give excellent context which is important for understanding how infrastructure primitives fit together. Getting startedThe following commands are used to build the snippets file:
Features
Known Issues
ContributingReport issues/questions/feature requests on in the issues section. Full contributing guidelines are covered here. ChangelogThe changelog captures all important release notes. AuthorsCreated and maintained by Brandon Bjelland - brandon@atscale.run. LicenseMIT Licensed. See LICENSE for full details. |