diff --git a/helper/resource/state_shim.go b/helper/resource/state_shim.go index 9ad30d3ac..9c698d16a 100644 --- a/helper/resource/state_shim.go +++ b/helper/resource/state_shim.go @@ -71,7 +71,7 @@ func shimNewState(newState *states.State, schemas *terraform.Schemas) (*terrafor } if resSchema == nil { - return nil, fmt.Errorf("mising resource schema for %q in %q", resType, providerType) + return nil, fmt.Errorf("missing resource schema for %q in %q", resType, providerType) } for key, i := range res.Instances {