Skip to content

Commit

Permalink
[ignore] Fixed issue with rest managed data source schema after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
samiib committed May 6, 2024
1 parent a56b548 commit 0b4e1be
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/provider/data_source_aci_rest_managed.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 0b4e1be

Please sign in to comment.