Update builder/ucloud/uhost/step_config_security_group.go
Co-Authored-By: Megan Marsh <megan@hashicorp.com>
This commit is contained in:
parent
a44df3d899
commit
7fdd72d418
|
@ -66,7 +66,7 @@ func (s *stepConfigSecurityGroup) Run(ctx context.Context, state multistep.State
|
|||
}
|
||||
|
||||
if securityGroupId == "" {
|
||||
return halt(state, fmt.Errorf("the default security group not exist"), "")
|
||||
return halt(state, fmt.Errorf("the default security group does not exist"), "")
|
||||
}
|
||||
|
||||
state.Put("security_group_id", securityGroupId)
|
||||
|
|
Loading…
Reference in New Issue