hashicorp / terraform-google-vault

A Terraform Module for how to run Vault on Google Cloud using Terraform and Packer
Apache License 2.0
113 stars 75 forks source link

The Great Formatting Run #28

Closed gfenn-newbury closed 5 years ago

gfenn-newbury commented 5 years ago

What this PR does:

Ensures every single .tf file is formatted (ie, find ./ -name '*.tf' | terraform fmt was run from the repo's root).

Why this PR is needed:

To make sure that the modules are readable, and format checkers in CI/CD pipelines which include the ./terraform directory don't error out when this module is included in a larger terraform deployment, or on its own.

Other info

I suggest if you do want to look at changes that you use the side-by-side/split view to avoid a headache