Skip to content

Commit

Permalink
Fix experiments schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhouston committed Jan 15, 2025
1 parent 88de95a commit 5d92f94
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions helm/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,10 @@ func (p *HelmProvider) Schema(ctx context.Context, req provider.SchemaRequest, r
Attributes: registriesResourceSchema(),
},
},
"experiments": schema.ListNestedAttribute{
"experiments": schema.SingleNestedAttribute{
Optional: true,
Description: "Enable and disable experimental features.",
NestedObject: schema.NestedAttributeObject{
Attributes: experimentsSchema(),
},
Attributes: experimentsSchema(),
},
},
}
Expand Down

0 comments on commit 5d92f94

Please sign in to comment.