Skip to content

Commit

Permalink
[ignore] Add missing booldefault module and fix rest managed data sou…
Browse files Browse the repository at this point in the history
…rce.
  • Loading branch information
samiib committed Apr 28, 2024
1 parent 5048fd7 commit 3c3a077
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/provider/data_source_aci_rest_managed.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ 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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ github.com/hashicorp/terraform-plugin-framework/provider/schema
github.com/hashicorp/terraform-plugin-framework/providerserver
github.com/hashicorp/terraform-plugin-framework/resource
github.com/hashicorp/terraform-plugin-framework/resource/schema
github.com/hashicorp/terraform-plugin-framework/resource/schema/booldefault
github.com/hashicorp/terraform-plugin-framework/resource/schema/defaults
github.com/hashicorp/terraform-plugin-framework/resource/schema/mapplanmodifier
github.com/hashicorp/terraform-plugin-framework/resource/schema/planmodifier
Expand Down

0 comments on commit 3c3a077

Please sign in to comment.