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.
Resolves #13.
Unfortunately I had to take out the bit that filters sensitive info from the terraform output, as
grep
andsed
don't seem to play nicely with the new interactive behaviour ofterraform 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.