We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tfbackend
tfvars
1 parent 500959c commit 80b5cb0Copy full SHA for 80b5cb0
1 file changed
Terraform-vars.sublime-syntax
@@ -22,6 +22,9 @@ extends: Terraform.sublime-syntax
22
# File Extensions:
23
#
24
# - ".tfvars": variables definitions file
25
-# https://www.terraform.io/docs/configuration/variables.html#variable-definitions-tfvars-files
+# 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
28
file_extensions:
29
- tfvars
30
+ - tfbackend
0 commit comments