diff --git a/helper/schema/shims.go b/helper/schema/shims.go index eccd4eb18a..4099d82d4b 100644 --- a/helper/schema/shims.go +++ b/helper/schema/shims.go @@ -119,7 +119,6 @@ func LegacySchema(s *Schema) *Schema { newSchema := new(Schema) *newSchema = *s newSchema.ConfigMode = SchemaConfigModeAuto - newSchema.PromoteSingle = false newSchema.SkipCoreTypeCheck = false switch e := newSchema.Elem.(type) {