diff --git a/helper/schema/schema.go b/helper/schema/schema.go index 77c50de2b..b640e7512 100644 --- a/helper/schema/schema.go +++ b/helper/schema/schema.go @@ -674,7 +674,7 @@ func (m schemaMap) InternalValidate(topSchemaMap schemaMap) error { var ok bool if target, ok = sm[part]; !ok { - return fmt.Errorf("%s: ConflictsWith references unknown attribute (%s)", k, key) + return fmt.Errorf("%s: ConflictsWith references unknown attribute (%s) at part (%s)", k, key, part) } if subResource, ok := target.Elem.(*Resource); ok {