-
Couldn't load subscription status.
- Fork 27
Open
Labels
bugSomething isn't workingSomething isn't working
Description
tfplugingen-framework CLI version
$ go run ./cmd/tfplugingen-framework --version
tfplugingen-framework module: (devel)
Provider Code Spec File
{
"provider": {
"name": "myprovider"
},
"resources": [
{
"name": "myresource",
"schema": {
"attributes": [
{
"name": "toplevel",
"single_nested": {
"computed_optional_required": "computed_optional",
"attributes": [
{
"name": "field1",
"list_nested": {
"computed_optional_required": "computed_optional",
"nested_object": {
"attributes": [
{
"name": "i_will_be_duplicated",
"single_nested": {
"computed_optional_required": "computed_optional",
"attributes": [
{
"name": "somefield",
"list": {
"computed_optional_required": "computed_optional",
"element_type": {
"string": {}
}
}
}
]
}
}
]
}
}
},
{
"name": "field2",
"list_nested": {
"computed_optional_required": "computed_optional",
"nested_object": {
"attributes": [
{
"name": "i_will_be_duplicated",
"single_nested": {
"computed_optional_required": "computed_optional",
"attributes": [
{
"name": "somefield",
"list": {
"computed_optional_required": "computed_optional",
"element_type": {
"string": {}
}
}
}
]
}
}
]
}
}
}
]
}
}
]
}
}
],
"version": "0.1"
}Expected Behavior
To not have duplicate
Actual Behavior
Has duplicate definition for IWillBeDuplicatedValue and related
Additional Information
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
vinckr, hellt and bradyburke
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working