Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dod38fr committed Oct 19, 2023
1 parent 6dd3a07 commit 81138f5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ Type `C-c C-d C-c` to kill the URL (i.e. copy it to the clipboard) for the docum
You can also type `C-c C-d C-r` to insert a comment containing a link to
this documentation right above the resource or data block.

This feature requires either:

- a `required_provider` declaration in any `.tf` file in current directory
(see [Terraform doc](https://developer.hashicorp.com/terraform/language/providers/requirements#requiring-providers))
- a working `terraform providers` command. This command may require a
valid token (at least for AWS).

## Customize Variables

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

0 comments on commit 81138f5

Please sign in to comment.