Highlight Terraform files
This commit is contained in:
parent
bf9be36ee4
commit
9971cef6a1
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -1,5 +1,11 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"*.hcl": "terraform",
|
||||
"*.hcl.sample": "terraform",
|
||||
"*.tf": "terraform",
|
||||
"*.tf.sample": "terraform",
|
||||
"*.tfvars": "terraform",
|
||||
"*.tfvars.sample": "terraform",
|
||||
"meta-data": "yaml",
|
||||
"user-data": "yaml"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user