-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathta.code-workspace
More file actions
285 lines (285 loc) · 6.5 KB
/
ta.code-workspace
File metadata and controls
285 lines (285 loc) · 6.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
{
"folders": [
{
"path": "."
}
],
"settings": {
"cody.codebase": "git@github.com:generalui/terraform-accelerator.git",
"cody.autocomplete.languages": {
"markdown": true,
"python3": true,
"shellscript": true,
"terraform": true,
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"editor.formatOnSave": true,
"editor.wordWrap": "on",
"files.associations": {
".env-*": "dotenv",
".markdownlint-cli2.jsonc": "json",
"*.tfstate.backup": "jsonc",
"*.hcl": "terraform",
"*.tf": "terraform",
},
"files.eol": "\n",
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[terraform]": {
"editor.defaultFormatter": "hashicorp.terraform",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.formatAll.terraform": "explicit"
},
},
"[terraform][terraform-vars]": {
"editor.codeActionsOnSave": {
"source.formatAll.terraform": "explicit"
}
},
"[terraform-vars]": {
"editor.defaultFormatter": "hashicorp.terraform",
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.formatAll.terraform": "explicit"
},
},
"workbench.editor.highlightModifiedTabs": true,
"commit-message-editor.staticTemplate": [
"[Module] feat: Short description",
"",
"Message body",
"",
"Message footer"
],
"commit-message-editor.dynamicTemplate": [
"[{module}] {type}{scope}: {description}",
"",
"{body}",
"",
"{breaking_change}{footer}"
],
"commit-message-editor.tokens": [
{
"label": "module",
"name": "module",
"type": "enum",
"description": "Terraform Modules",
"options": [
{
"label": "General",
"value": "General",
"description": "Changes to all code or the repo itself"
},
{
"label": "ALB",
"value": "ALB",
"description": "The ALB Module"
},
{
"label": "AwsBatch",
"value": "AwsBatch",
"description": "The AwsBatch Module"
},
{
"label": "AwsHealthEvents",
"value": "AwsHealthEvents",
"description": "The AwsHealthEvents Module"
},
{
"label": "Bastion",
"value": "Bastion",
"description": "The Bastion Module"
},
{
"label": "Cognito",
"value": "Cognito",
"description": "The Cognito Module"
},
{
"label": "ECR",
"value": "ECR",
"description": "The ECR Module"
},
{
"label": "EcsCluster",
"value": "EcsCluster",
"description": "The EcsCluster Module"
},
{
"label": "IamPolicy",
"value": "IamPolicy",
"description": "The IamPolicy Module"
},
{
"label": "IamRole",
"value": "IamRole",
"description": "The IamRole Module"
},
{
"label": "KeyPair",
"value": "KeyPair",
"description": "The KeyPair Module"
},
{
"label": "KmsKey",
"value": "KmsKey",
"description": "The KmsKey Module"
},
{
"label": "Label",
"value": "Label",
"description": "The Label Module"
},
{
"label": "Lambda",
"value": "Lambda",
"description": "The Lambda Module"
},
{
"label": "RDS",
"value": "RDS",
"description": "The RDS Module"
},
{
"label": "Route53HostName",
"value": "Route53HostName",
"description": "The Route53HostName Module"
},
{
"label": "S3",
"value": "S3",
"description": "The S3 Module"
},
{
"label": "SecretsManager",
"value": "SecretsManager",
"description": "The SecretsManager Module"
},
{
"label": "SecurityGroup",
"value": "SecurityGroup",
"description": "The SecurityGroup Module"
},
{
"label": "SQS",
"value": "SQS",
"description": "The SQS Module"
},
{
"label": "Subnet",
"value": "Subnet",
"description": "The Subnet Module"
},
{
"label": "TerraformState",
"value": "TerraformState",
"description": "The TerraformState Module"
},
{
"label": "VPC",
"value": "VPC",
"description": "The VPC Module"
}
]
},
{
"label": "Type",
"name": "type",
"type": "enum",
"options": [
{
"label": "---",
"value": ""
},
{
"label": "build",
"description": "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)"
},
{
"label": "chore",
"description": "Updating grunt tasks etc; no production code change"
},
{
"label": "ci",
"description": "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)"
},
{
"label": "docs",
"description": "Documentation only changes"
},
{
"label": "feat",
"description": "A new feature"
},
{
"label": "fix",
"description": "A bug fix"
},
{
"label": "perf",
"description": "A code change that improves performance"
},
{
"label": "refactor",
"description": "A code change that neither fixes a bug nor adds a feature"
},
{
"label": "revert"
},
{
"label": "style",
"description": "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)"
},
{
"label": "test",
"description": "Adding missing tests or correcting existing tests"
}
],
"description": "Type of changes"
},
{
"label": "Scope",
"name": "scope",
"description": "A scope may be provided to a commit’s type, to provide additional contextual information and is contained within parenthesis, e.g., \"feat(parser): add ability to parse arrays\".",
"type": "text",
"multiline": false,
"prefix": "(",
"suffix": ")"
},
{
"label": "Short description",
"name": "description",
"description": "Short description in the subject line.",
"type": "text",
"multiline": false
},
{
"label": "Body",
"name": "body",
"description": "Optional body",
"type": "text",
"multiline": true,
"lines": 5,
"maxLines": 10
},
{
"label": "Breaking change",
"name": "breaking_change",
"type": "boolean",
"value": "BREAKING CHANGE: ",
"default": false
},
{
"label": "Footer",
"name": "footer",
"description": "Optional footer",
"type": "text",
"multiline": true
}
]
}
}