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:"-"`
|
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 {
|
func VerifySSH(s *terraform.ResourceState) error {
|
||||||
connType := s.ConnInfo["type"]
|
connType := s.ConnInfo["type"]
|
||||||
switch connType {
|
switch connType {
|
||||||
|
|
Loading…
Reference in New Issue