tfutils / tfenv

Terraform version manager
MIT License
4.43k stars 450 forks source link

terraform output is getting extra content #344

Closed uday-projectn closed 2 years ago

uday-projectn commented 2 years ago

terraform output -raw ssh_key

Should give only the ssh key, but getting below output.

image

Not coming if we use direct terraform but coming with the version installed using tfenv.

Executing: /home/vagrant/.tfenv/versions/1.2.5/terraform output -raw ssh_command

jacobdonenfeld commented 2 years ago

This would be fixed in #343

Zordrak commented 2 years ago

Fixed in #345