Skip to content

Commit 6c7ab73

Browse files
All public providers now covered, releasing new version
1 parent fe4f51e commit 6c7ab73

File tree

10 files changed

+22664
-17576
lines changed

10 files changed

+22664
-17576
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ All notable changes to this project will be documented in this file. See [standa
55
## [0.1.4](https://github.com/run-at-scale/vscode-terraform-doc-snippets/compare/v0.1.3...v0.1.4) (2018-05-04)
66

77
* provider repos now scanned from the terraform-providers organization.
8-
* snippets added to 1199.
8+
* snippets added to 1452.
99
* formatting and beautifying ✨
10+
* added error handling for missing absent examples.
1011

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

README.md

Lines changed: 1 addition & 1 deletion
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 - 1199 in total.
9+
A vscode extension that yanks resource and data source documentation from Terraform provider repos and transforms them into structured vscode snippets - 1452 snippets in total!
1010

1111
## Features
1212

package-lock.json

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

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "terraform-doc-snippets",
33
"displayName": "Terraform doc snippets",
4-
"description":
5-
"Get Terraform code snippets from provider documentation for all resources and data sources. All providers soon to be covered!",
4+
"description": "Get Terraform code snippets from provider documentation for all resources and data sources. All providers soon to be covered!",
65
"version": "0.1.4",
76
"icon": "assets/terraform_logo.png",
87
"publisher": "run-at-scale",
@@ -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",
@@ -41,8 +42,7 @@
4142
"test": "npm run compile && node ./node_modules/vscode/bin/test",
4243
"postinstall": "node ./node_modules/vscode/bin/install",
4344
"build:snippets": "ts-node ./src/main.ts",
44-
"build:changelog":
45-
"conventional-changelog -p angular -i CHANGELOG.md -s -a",
45+
"build:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -a",
4646
"publish:vsce": "vsce publish",
4747
"release": "standard-version"
4848
},
@@ -66,7 +66,6 @@
6666
"@octokit/rest": "^15.2.7",
6767
"async": "^2.6.0",
6868
"gfm-code-blocks": "^1.0.0",
69-
"lockfile": "^1.0.4",
7069
"nodegit": "^0.20.3",
7170
"tmp": "0.0.33",
7271
"underscore": "^1.9.0"

0 commit comments

Comments
 (0)