rabblerouser / infra

Code for spinning up Rabble Rouser infrastructure and provisioning the app.
https://rabblerouser.team
GNU Affero General Public License v3.0
0 stars 2 forks source link

Test Terraform code with latest version and upgrade tf to support #13

Closed ineffyble closed 6 years ago

ineffyble commented 6 years ago

tf currently won't run with the latest stable Terraform release (0.11.3), as it requires 0.10. Compatibility with the latest major release of Terraform should be tested, and tf updated to require 0.11 if there is no issues.

camjackson commented 6 years ago

Looking at the release notes I don't think any of the breaking changes will affect us, although the new plan/apply behaviour might allow us to simplify the tf script somewhat.

I'll test it out tomorrow.