diff --git a/helper/ssh/provisioner.go b/helper/ssh/provisioner.go index a0350d1f2..53d121f5c 100644 --- a/helper/ssh/provisioner.go +++ b/helper/ssh/provisioner.go @@ -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 {