Skip to content

Commit 80b5cb0

Browse files
Add tfbackend extension to tfvars syntax (#102)
* Add tfbackend to tfvars syntax * Update link for tfvars documentation
1 parent 500959c commit 80b5cb0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Terraform-vars.sublime-syntax

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ extends: Terraform.sublime-syntax
2222
# File Extensions:
2323
#
2424
# - ".tfvars": variables definitions file
25-
# https://www.terraform.io/docs/configuration/variables.html#variable-definitions-tfvars-files
25+
# https://developer.hashicorp.com/terraform/language/values/variables#variable-definition-files
26+
# - ".tfbackend": backend configuration file
27+
# https://developer.hashicorp.com/terraform/language/backend#file
2628
file_extensions:
2729
- tfvars
30+
- tfbackend

0 commit comments

Comments
 (0)