mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update provisioner.go
Comment should be capitalized to match exported function "VerifySSH"
This commit is contained in:
parent
f57a2f968c
commit
fd60ddaacd
@ -41,7 +41,7 @@ type SSHConfig struct {
|
||||
TimeoutVal time.Duration `mapstructure:"-"`
|
||||
}
|
||||
|
||||
// verifySSH is used to verify the ConnInfo is usable by remote-exec
|
||||
// VerifySSH is used to verify the ConnInfo is usable by remote-exec
|
||||
func VerifySSH(s *terraform.ResourceState) error {
|
||||
connType := s.ConnInfo["type"]
|
||||
switch connType {
|
||||
|
Loading…
Reference in New Issue
Block a user