spacemacs/layers/+tools/terraform
2018-10-11 00:13:43 +03:00
..
img Replace +config-files category by +tools category 2016-06-09 23:56:09 -04:00
config.el Happy New Year 2018! 2018-01-04 02:00:25 -05:00
packages.el Revert "Defer packages by default using use-package-always-defer" 2018-03-03 23:40:10 -05:00
README.org Reformat documentation 2018-10-11 00:13:43 +03:00

Terraform layer

/TakeV/spacemacs/media/commit/fb4e58111e148d4927532b62b217597d36da2495/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)