Skip to content

Commit

Permalink
docs: Usage - Fix file extension (#1835)
Browse files Browse the repository at this point in the history
* docs: Usage - Fix file extension
* chore: add changie entry

---------

Co-authored-by: Ansgar Mertens <[email protected]>
  • Loading branch information
radeksimko and ansgarm authored Sep 24, 2024
1 parent 571f327 commit 46e3d24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/BUG FIXES-20240924-105626.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: BUG FIXES
body: Fix typo in USAGE.md
time: 2024-09-24T10:56:26.217913+02:00
custom:
Issue: "1835"
Repository: terraform-ls
2 changes: 1 addition & 1 deletion docs/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The following filetypes are supported by the Terraform Language Server:
- `terraform` - standard `*.tf` config files
- `terraform-vars` - variable files (`*.tfvars`)
- `terraform-stack` - standard `*.tfstack.hcl` files
- `terraform-deploy` - standard `*.tfstack.hcl` files
- `terraform-deploy` - standard `*.tfdeploy.hcl` files

_NOTE:_ Clients should be configured to follow the above language ID conventions
and do **not** send `*.tf.json`, `*.tfvars.json` nor Packer HCL config
Expand Down

0 comments on commit 46e3d24

Please sign in to comment.