You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the provider without a `private_key` in auth no
longer produces a runtime error.
Also, when provided password-authentication takes precedence
over ssh-socket-authentication.
FixesAndrewChubatiuk#12
Terraform Version
1.6.6
Affected Resource(s)
Expected Behavior
Using the provider without defining a
private_key
inauth
should have the provider working as expected.Actual Behavior
The provider fails during
plan
with a runtime error (nil pointer).Steps to Reproduce
password
in theauth
-blockdata.ssh_tunnel
-resource configuring a connection to the ssh-serverterraform plan
(orterraform apply
).Panic Output
Important Factoids
No
The text was updated successfully, but these errors were encountered: