Closed synthdnb closed 6 years ago
When using workspace feature in terraform, terraform apply prompt looks like
terraform apply
Do you want to perform these actions in workspace "WORKSPACE"?
, so existing regex would not work. This patch fixes it.
Thanks for the fix, @synthdnb.
When using workspace feature in terraform,
terraform apply
prompt looks like, so existing regex would not work. This patch fixes it.