spacemacs/layers/+tools/terraform/README.org
2017-04-12 00:04:38 -04:00

872 B

Terraform layer

/TakeV/spacemacs/media/commit/2215ffe68d36c5a2f80b0830e2f7f19bb7803ce2/layers/+tools/terraform/img/terraform.png

Description

This layer provides syntax support for Terraform .tf files using terraform-mode.

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add terraform to the existing dotspacemacs-configuration-layers list in this file.

Configuration

Auto-format on save

If you want terraform fmt to be applied automatically on save then set the layer variable terraform-auto-format-on-save to t:

  (terraform :variables terraform-auto-format-on-save t)