hashicorp / terraform-aws-vault

A Terraform Module for how to run Vault on AWS using Terraform and Packer
Apache License 2.0
656 stars 465 forks source link

Update repo to work with TF 0.13 #224

Closed brikis98 closed 3 years ago

brikis98 commented 3 years ago
  1. Update required_version to 0.12.26 everywhere.
  2. Add pre-commit hooks.
  3. Update version numbers in CI build.
  4. Run go fmt and terraform fmt.
  5. Remove updating of Markdown files when we publish AMIs. Too much work to maintain, not enough value.
brikis98 commented 3 years ago

Tests passed! This PR is ready for review.

brikis98 commented 3 years ago

Thanks for the review! Merging now.