13 lines
264 B
JSON
13 lines
264 B
JSON
{
|
|
"files.associations": {
|
|
"*.hcl": "terraform",
|
|
"*.hcl.sample": "terraform",
|
|
"*.tf": "terraform",
|
|
"*.tf.sample": "terraform",
|
|
"*.tfvars": "terraform",
|
|
"*.tfvars.sample": "terraform",
|
|
"meta-data": "yaml",
|
|
"user-data": "yaml"
|
|
}
|
|
}
|