diff --git a/internal/provider/data_source_aci_rest_managed.go b/internal/provider/data_source_aci_rest_managed.go index ee20e2f29..32e32732e 100644 --- a/internal/provider/data_source_aci_rest_managed.go +++ b/internal/provider/data_source_aci_rest_managed.go @@ -70,10 +70,6 @@ func (d *AciRestManagedDataSource) Schema(ctx context.Context, req datasource.Sc Computed: true, MarkdownDescription: `The annotation of the ACI object.`, }, - "escape_html": schema.BoolAttribute{ - Computed: true, - MarkdownDescription: "Enable escaping of HTML characters when encoding the JSON payload.", - }, }, Blocks: map[string]schema.Block{ "child": schema.SetNestedBlock{