Commit 94706e7
committed
fix(contrib/ec2): add json extension to cloudformation template
The CloudFormation Template has a .template extension although its a json file.
This makes it difficult to parse/edit it as editors dont recognize it as JSON file.
So added the .json extension behind its name and also updated gen-json.py which
uses it.1 parent fe8a3c2 commit 94706e7
2 files changed
Lines changed: 1 addition & 1 deletion
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments