Skip to content

Commit c211ad3

Browse files
author
AWS Scripting Guy
committed
updated readme and changelog 0.0.12
1 parent d8b3f11 commit c211ad3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Changelog
22
-------------------
3+
0.0.12
4+
* yaml - several new snippets added (vpc, ec2-instance, autoscaling-group, rds-dbinstance, elastic-load-balancer-internal, subnet, s3-bucket, s3-bucket-policy, cloudwatch-alarm, ref, get-azs,get-attr, parameter, output, map, find-in-map)
5+
36
0.0.11
47
* yaml - added test support
58
* merged new snippets (Codepipeline, Codecommit, LaunchTemplate)

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Usage
2222
YAML support
2323
-------------------
2424

25-
YAML template creation follows the same syntax - type **start** to populate new template. Only **vpc** and **tag** resources are available for YAML at the time of this writing.
25+
YAML template creation follows the same syntax rules: type **start** to populate new template. Handsome of the most used snippets was translated. E.g.```s3-bucket```,```ec2-instance```,```rds-instance```,```elastic-load-balancer-internal```,```vpc```.
2626

2727
Installation
2828
-------------------
@@ -54,6 +54,8 @@ This however has no effect on validity of the YAML document.
5454

5555
Changelog
5656
-------------------
57+
0.0.12
58+
* yaml - several new snippets added (vpc, ec2-instance, autoscaling-group, rds-dbinstance, elastic-load-balancer-internal, subnet, s3-bucket, s3-bucket-policy, cloudwatch-alarm, ref, get-azs,get-attr, parameter, output, map, find-in-map)
5759

5860
0.0.11
5961
* yaml - added experimental support

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "cform",
66
"displayName": "CloudFormation",
77
"description": "VS Code Plugin for CloudFormation",
8-
"version": "0.0.11",
8+
"version": "0.0.12",
99
"publisher": "aws-scripting-guy",
1010
"icon": "images/ManagementTools_CloudFormation.png",
1111
"repository": {

0 commit comments

Comments
 (0)