wireguard-setup/.vscode/settings.json

13 lines
264 B
JSON
Raw Permalink Normal View History

2020-01-26 11:59:13 +01:00
{
"files.associations": {
2021-11-08 20:12:22 +01:00
"*.hcl": "terraform",
"*.hcl.sample": "terraform",
"*.tf": "terraform",
"*.tf.sample": "terraform",
"*.tfvars": "terraform",
"*.tfvars.sample": "terraform",
2020-01-26 11:59:13 +01:00
"meta-data": "yaml",
"user-data": "yaml"
}
}