We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23d68c commit e231419Copy full SHA for e231419
snippets/yaml-snippets.json
@@ -104,7 +104,19 @@
104
" Tags:",
105
" - Key: ${9:key}",
106
" Value: ${10:value}"
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
120
"description": "",
121
"scope": "source.cloudformation"
122
},
@@ -311,6 +323,14 @@
311
323
312
324
313
325
326
+ "if": {
327
+ "prefix": "if",
328
329
+ "!If [condition_name, value_if_true, value_if_false]"
330
331
+ "description": "Intrinsic Function - If",
332
333
314
334
"ref": {
315
335
"prefix": "ref",
316
336
"body": "!Ref logicalName",
0 commit comments