communicator/ssh: missing newline on bastion host output
This commit is contained in:
parent
b83582d9d1
commit
814d05b96e
|
@ -99,7 +99,7 @@ func (c *Communicator) Connect(o terraform.UIOutput) (err error) {
|
||||||
|
|
||||||
if c.connInfo.BastionHost != "" {
|
if c.connInfo.BastionHost != "" {
|
||||||
o.Output(fmt.Sprintf(
|
o.Output(fmt.Sprintf(
|
||||||
"Using configured bastion host..."+
|
"Using configured bastion host...\n"+
|
||||||
" Host: %s\n"+
|
" Host: %s\n"+
|
||||||
" User: %s\n"+
|
" User: %s\n"+
|
||||||
" Password: %t\n"+
|
" Password: %t\n"+
|
||||||
|
|
Loading…
Reference in New Issue