We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35aa16c commit 7cb1d3aCopy full SHA for 7cb1d3a
internal/common/autogen/customtype/object.go
@@ -19,7 +19,7 @@ import (
19
- Schema definition:
20
"sample_nested_object": schema.SingleNestedAttribute{
21
...
22
- CustomType: customtype.NewObjectType[TFStreamConfigModel](ctx),
+ CustomType: customtype.NewObjectType[TFSampleNestedObjectModel](ctx),
23
Attributes: map[string]schema.Attribute{
24
"string_attribute": schema.StringAttribute{...},
25
},
0 commit comments