This commit is contained in:
James Bardin 2018-11-13 08:26:56 -05:00
parent 6fee1f24ab
commit ce5d7ff6d0
1 changed files with 1 additions and 1 deletions

View File

@ -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 {