File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 104
104
" Tags:" ,
105
105
" - Key: ${9:key}" ,
106
106
" Value: ${10:value}"
107
- ],
107
+ ],
108
+ "description" : " " ,
109
+ "scope" : " source.cloudformation"
110
+ },
111
+ "eip-vpc" : {
112
+ "prefix" : " eip-vpc" ,
113
+ "body" : [
114
+ " ${1:eipName}:" ,
115
+ " Type: AWS::EC2::EIP" ,
116
+ " Properties:" ,
117
+ " Domain: vpc" ,
118
+ " InstanceId: ${2:instance-id}"
119
+ ],
108
120
"description" : " " ,
109
121
"scope" : " source.cloudformation"
110
122
},
311
323
"description" : " " ,
312
324
"scope" : " source.cloudformation"
313
325
},
326
+ "if" : {
327
+ "prefix" : " if" ,
328
+ "body" : [
329
+ " !If [condition_name, value_if_true, value_if_false]"
330
+ ],
331
+ "description" : " Intrinsic Function - If" ,
332
+ "scope" : " source.cloudformation"
333
+ },
314
334
"ref" : {
315
335
"prefix" : " ref" ,
316
336
"body" : " !Ref logicalName" ,
You can’t perform that action at this time.
0 commit comments