spacemacs/layers/+tools/terraform
2018-01-04 02:00:25 -05:00
..
img
config.el Happy New Year 2018! 2018-01-04 02:00:25 -05:00
packages.el Happy New Year 2018! 2018-01-04 02:00:25 -05:00
README.org update docs to the new toc-org format 2017-05-22 18:35:37 +03:00

Terraform layer

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