spacemacs/layers/+tools/terraform
2019-05-15 21:08:21 +03:00
..
img
config.el
packages.el
README.org Switch to the new layers generator 2019-05-15 21:08:21 +03:00

Terraform layer

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

Description

This layer provides basic support for Terraform .tf files.

Features:

  • Basic syntax highlighting via terraform-mode
  • Auto formatting on save via terraform fmt

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.

You will also need a working native terraform installation on your system.

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)