hashicorp / terraform-aws-consul

A Terraform Module for how to run Consul on AWS using Terraform and Packer
Apache License 2.0
401 stars 488 forks source link

Terraform 0.12 upgrade #144

Closed mcalhoun closed 5 years ago

mcalhoun commented 5 years ago

This PR builds on the work that @mustafashabib started in #138 and makes all modules and examples compatible with Terraform 0.12.x.

Please note that this change is BACKWARDS INCOMPATIBLE and you MUST use Terraform 0.12.x and above with the code once this has been merged.

hashicorp-cla commented 5 years ago

CLA assistant check
All committers have signed the CLA.

mustafashabib commented 5 years ago

Thank you for picking up my slack!

mcalhoun commented 5 years ago

Since I didn't want @mustafashabib not to be credited with the work he did, I cherry-picked his commit from #138 onto my branch and replayed the commits I made after that (thus the force push).