Skip to content

Commit 12cf087

Browse files
releasing 0.3.0 with new snippets
1 parent 9a9a7b4 commit 12cf087

File tree

6 files changed

+6354
-2661
lines changed

6 files changed

+6354
-2661
lines changed

CHANGELOG.md

Lines changed: 29 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,56 +4,62 @@ All notable changes to this project will be documented in this file. See [standa
44

55
## Future
66

7-
* tests added
8-
* types added
9-
* placeholders for tabbing through snippet names added to each snippet
7+
- tests added
8+
- types added
9+
- placeholders for tabbing through snippet names added to each snippet
10+
11+
## [0.3.0](https://github.com/run-at-scale/vscode-terraform-doc-snippets/compare/v0.2.0...v0.3.0) (2018-06-26)
12+
13+
### Changed
14+
15+
- Snippets updated to match latest documentation. Now up to snippets 1665 over 81 providers.
1016

1117
## [0.2.0](https://github.com/run-at-scale/vscode-terraform-doc-snippets/compare/v0.1.5...v0.2.0) (2018-05-10)
1218

13-
* override and extra snippets now added through config
14-
* deprecated resources and data sources manually added for their successor
15-
* snippets file rebuilt and now has 1491 pulled from docs + a few custom snippets
19+
- override and extra snippets now added through config
20+
- deprecated resources and data sources manually added for their successor
21+
- snippets file rebuilt and now has 1491 pulled from docs + a few custom snippets
1622

1723
## [0.1.5](https://github.com/run-at-scale/vscode-terraform-doc-snippets/compare/v0.1.4...v0.1.5) (2018-05-04)
1824

19-
* gif (🔊 Jiff 🔊) demo added to readme
25+
- gif (🔊 Jiff 🔊) demo added to readme
2026

2127
## [0.1.4](https://github.com/run-at-scale/vscode-terraform-doc-snippets/compare/v0.1.3...v0.1.4) (2018-05-04)
2228

23-
* provider repos now scanned from the terraform-providers organization.
24-
* snippets added to 1452.
25-
* formatting and beautifying ✨
26-
* added error handling for missing absent examples.
29+
- provider repos now scanned from the terraform-providers organization.
30+
- snippets added to 1452.
31+
- formatting and beautifying ✨
32+
- added error handling for missing absent examples.
2733

2834
## [0.1.3](https://github.com/run-at-scale/vscode-terraform-doc-snippets/compare/v0.1.2...v0.1.3) (2018-04-26)
2935

30-
* `ocp` now reads `opc` to get all Oracle Public Cloud resources. Now at 856.
36+
- `ocp` now reads `opc` to get all Oracle Public Cloud resources. Now at 856.
3137

3238
## [0.1.2](https://github.com/run-at-scale/vscode-terraform-doc-snippets/compare/v0.1.1...v0.1.2) (2018-04-26)
3339

34-
* markdown files are sometimes supplied as `.md` and other times `.markdown`. The code now handles both.
40+
- markdown files are sometimes supplied as `.md` and other times `.markdown`. The code now handles both.
3541

3642
## [0.1.1](https://github.com/run-at-scale/vscode-terraform-doc-snippets/compare/v0.0.4...v0.1.1) (2018-04-26)
3743

38-
* Source code fixed, though still very hacky in how async is controlled in the main function.
39-
* added github template extras
40-
* snippets are now in alpha order so generating docs will produce valid, ordered diffs.
41-
* cleanup works, woot!
44+
- Source code fixed, though still very hacky in how async is controlled in the main function.
45+
- added github template extras
46+
- snippets are now in alpha order so generating docs will produce valid, ordered diffs.
47+
- cleanup works, woot!
4248

4349
## [0.0.4](https://github.com/run-at-scale/vscode-terraform-doc-snippets/compare/v0.0.3...v0.0.4) (2018-04-24)
4450

45-
* README made whole.
46-
* metadata created to round out project.
47-
* broke source code (but not snippet package) in trying to work through lock issues. Fix forthcoming.
51+
- README made whole.
52+
- metadata created to round out project.
53+
- broke source code (but not snippet package) in trying to work through lock issues. Fix forthcoming.
4854

4955
## [0.0.3](https://github.com/run-at-scale/terraform-doc-snippets/compare/v0.0.2...v0.0.3) (2018-04-24)
5056

51-
* this release never was... the maintainer is clearly still growing accustomed to the release tools in the node space.
57+
- this release never was... the maintainer is clearly still growing accustomed to the release tools in the node space.
5258

5359
## 0.0.2 (2018-04-23)
5460

55-
* sprucing up for initial release to marketplace
61+
- sprucing up for initial release to marketplace
5662

5763
## 0.0.1 (2018-04-23)
5864

59-
* Initial release
65+
- Initial release

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
![Terraform](https://github.com/run-at-scale/vscode-terraform-doc-snippets/raw/master/assets/terraform_logo.png "Terraform doc snippets")
88

9-
A vscode extension that yanks resource and data source documentation from Terraform provider repos and transforms them into structured vscode snippets - ~1500 snippets in total!
9+
A vscode extension that yanks resource and data source documentation from Terraform provider repos and transforms them into structured VS Code snippets. Over 1600 snippets in total.
1010

1111
## Demo
1212

@@ -23,15 +23,15 @@ excellent context which is important for understanding how infrastructure primit
2323

2424
## Features
2525

26-
* All resources and data source snippets gathered from documentation. As docs improve, so do the snippets.
27-
* All snippets are delivered as a precompiled bundle - no dynamic lookups so your editor stays speedy.
28-
* Resource and data source name collisions avoided by including `data` or `resource` in each snippet prefix.
29-
* All providers listed in the terraform-providers organization are covered.
30-
* Ability to override or add additional snippets through configuration.
26+
- All resources and data source snippets gathered from documentation. As docs improve, so do the snippets.
27+
- All snippets are delivered as a pre-compiled bundle - no dynamic lookups so your editor stays speedy.
28+
- Resource and data source name collisions avoided by including `data` or `resource` in each snippet prefix.
29+
- All providers listed in the terraform-providers organization are covered.
30+
- Ability to override or add additional snippets through configuration.
3131

3232
## Known Issues
3333

34-
* Issue #1 is probably that this is my first node project and I'm not to be trusted with the language. Help and review wanted! Tests needed.
34+
- Issue #1 is probably that this is my first node project and I'm not to be trusted with the language. Help and review wanted! Tests needed.
3535

3636
## Contributing
3737

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"name": "terraform-doc-snippets",
33
"displayName": "Terraform doc snippets",
4-
"description":
5-
"Terraform code snippets (~1500) straight from documentation for all provider resources and data sources. All providers in the terraform-providers org covered.",
6-
"version": "0.2.0",
4+
"description": "Terraform code snippets (>1600) straight from documentation for all provider resources and data sources. All providers in the terraform-providers org covered.",
5+
"version": "0.3.0",
76
"icon": "assets/terraform_logo.png",
87
"publisher": "run-at-scale",
98
"license": "MIT",
@@ -15,7 +14,9 @@
1514
"email": "brandon@atscale.run",
1615
"url": "https://github.com/run-at-scale"
1716
},
18-
"categories": ["Snippets"],
17+
"categories": [
18+
"Snippets"
19+
],
1920
"keywords": [
2021
"Terraform",
2122
"devops",

0 commit comments

Comments
 (0)