From 2d77f5794b98a92a92412ce86181fb1115f84d7d Mon Sep 17 00:00:00 2001 From: samitab Date: Tue, 7 May 2024 09:04:41 +1000 Subject: [PATCH] [ignore] Fixed issue with rest managed data source schema after merge --- internal/provider/data_source_aci_rest_managed.go | 4 ---- 1 file changed, 4 deletions(-) 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{