Skip to content

Commit bac5ede

Browse files
committed
Removes trailing comma in engine version default
Eliminates extraneous comma to maintain consistent syntax
1 parent ad94723 commit bac5ede

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

provider/aws/formation/resource/redis.json.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"Version": {
4040
"Type": "String",
41-
"Default": "7.0",
41+
"Default": "7.0"
4242
}
4343
},
4444
"Outputs": {

provider/aws/templates/resource/redis.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"EngineVersion": {
2626
"Type": "String",
27-
"Default": "7.0",
27+
"Default": "7.0"
2828
},
2929
"InstanceType": {
3030
"Type": "String",

0 commit comments

Comments
 (0)