Skip to content

Commit 11ba45e

Browse files
Merge pull request #22 from run-at-scale/feat/update-snippets-upgrade-libs
updated libraries, modified provider gathering to use the public registry, updated snippets
2 parents baf8c0c + e1db1dd commit 11ba45e

File tree

11 files changed

+94044
-49678
lines changed

11 files changed

+94044
-49678
lines changed

AUTHORS.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,11 @@
22

33
This is the list of contributors - maintained for credit and copyright purposes.
44

5-
If you are submitting a change, please add your name or the name of the organization which holds the copyright to this list.
6-
7-
## Guidelines
8-
9-
* Names should be added to this file as:
10-
* Name \<email address at example.com\>
11-
* An email address is not required for organizations.
12-
* Please keep the list sorted.
13-
14-
## Contributors
5+
If you are submitting a change, please add your name or the name of the organization to this list.
156

167
## Humans
178

18-
* [Brandon O'Connor](https://github.com/brandoconnor) \<brandon at atscale.run\>
9+
* [Brandon Bjelland](https://github.com/brandonjbjelland) \<brandon at atscale.run\>
1910

2011
## Organizations
2112

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ All notable changes to this project will be documented in this file. See [standa
88
- types added
99
- placeholders for tabbing through snippet names added to each snippet
1010

11+
## [0.5.0](https://github.com/run-at-scale/vscode-terraform-doc-snippets/compare/v0.4.0...v0.5.0) (2021-03-01)
12+
13+
### Changed
14+
15+
- Snippets updated to match latest documentation. Created snippets 5385 from 111 providers.
16+
- providers now sourced from the public registry
17+
- upgraded all libaries
18+
1119
## [0.4.0](https://github.com/run-at-scale/vscode-terraform-doc-snippets/compare/v0.3.0...v0.4.0) (2019-03-27)
1220

1321
### Changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Brandon J. O'Connor - Run at Scale
3+
Copyright (c) 2018 Brandon J. Bjelland - Run at Scale
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 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 VS Code snippets. Over 3400 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 8000 snippets in total.
1010

1111
## Demo
1212

@@ -56,7 +56,7 @@ The [changelog](https://github.com/run-at-scale/vscode-terraform-doc-snippets/bl
5656

5757
## Authors
5858

59-
Created and maintained by [Brandon O'Connor](https://github.com/brandoconnor) - [email protected].
59+
Created and maintained by [Brandon Bjelland](https://github.com/brandonjbjelland) - [email protected].
6060

6161
## License
6262

0 commit comments

Comments
 (0)