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

Upgrade tf script to allow and require terraform version 0.11 #16

Closed camjackson closed 6 years ago

camjackson commented 6 years ago

Resolves #13.

Unfortunately I had to take out the bit that filters sensitive info from the terraform output, as grep and sed don't seem to play nicely with the new interactive behaviour of terraform apply in terraform version 0.11.x.

I definitely want to figure it out and put the filtering back in, but for now I figured it was more important to keep terraform up to date. In the meantime, just, don't try to run the infra code anywhere where the logs are publicly available, like on travis CI or something like that.