doomemacs/modules/tools/terraform
Henrik Lissner e77a45bc22
docs: use lowercase keywords
As per Org's new defaults, which we're adopting elsewhere, so may as
well adopt it here.
2022-08-02 16:23:43 +02:00
..
config.el lang/terraform: Set docsets for terraform-mode (#4546) 2021-02-26 21:48:49 -05:00
doctor.el tools/terraform: add doctor dependency check 2019-11-21 16:10:43 -05:00
packages.el Bump :tools 2021-07-09 17:42:18 -04:00
README.org docs: use lowercase keywords 2022-08-02 16:23:43 +02:00

:tools terraform

Back to module index ! Issues ↖ Github ± Suggest edits ? Help


Description   unfold

This module adds support for working with Terraform files within Emacs. This includes syntax highlighting, intelligent code completion, and the ability to run Terraform commands directly from Emacs.

Maintainers

This module has no dedicated maintainers. Become a maintainer?

Module flags

This module has no flags.

Hacks

No hacks documented for this module.

TODO Changelog

This module does not have a changelog yet.

Installation

Enable this module in your doom! block.

This module requires the terraform executable to be installed and in your $PATH.

Usage

Syntax highlighting

Syntax highlighting is provided from terraform-mode and hcl-mode.

Code formatting

:tools terraform does not provide code formatting directly, but :editor format works with Terraform files.

Code navigation

Code navigation is supported through imenu from terraform-mode.

Code completion

Code completion of Terraform builtins is provided from company-terraform and generally works well despite being generated through a static (outdated) file.

company-terraform also provides code completion of resources within your project.

Documentation

Documentation is accessible through the normal company show documentation functionality, thanks to company-terraform.

Executing Terraform commands

:tools terraform provides commands under <localleader> to run the most common Terraform operations:

key description
<localleader> i Runs $ terraform init
<localleader> p Runs $ terraform plan
<localleader> a Runs $ terraform apply

TODO Configuration

🔨 This module has no configuration documentation yet. Write some?

Troubleshooting

There are no known problems with this module. Report one?

Frequently asked questions

This module has no FAQs yet. Ask one?

TODO Appendix

🔨 This module has no appendix yet. Write one?