coinbase / terraform-landscape

Improve Terraform's plan output to be easier to read and understand
Apache License 2.0
1.59k stars 116 forks source link

Fix landscape hangs infintely on apply when using workspaces. #64

Closed synthdnb closed 6 years ago

synthdnb commented 6 years ago

When using workspace feature in terraform, terraform apply prompt looks like

Do you want to perform these actions in workspace "WORKSPACE"?

, so existing regex would not work. This patch fixes it.

sds commented 6 years ago

Thanks for the fix, @synthdnb.