Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ You can install `terraform-mode.el` from [MELPA](https://melpa.org/) by `package
- imenu
- Formatting using `terraform fmt`
- Block folding
- easier access to Terraform resource documentation

### Block folding

Expand All @@ -41,6 +42,11 @@ We also provide function `terraform-toggle-or-indent` which
folds-or-indents. It is not bound by default, but you can bind it to
`TAB` or any other key.

### Access to Terraform resource documentation

Within a `resource` or a `data` block, type `C-c C-h` to open a new
browser tab with the resource or data documentation page.

## Customize Variables

#### `terraform-indent-level`(Default: `2`)
Expand Down