Skip to content

Commit 891e0af

Browse files
[Internal] Clean up comments in library resource (#4015)
## Changes <!-- Summary of your changes that are easy to understand --> - Clean up undeleted comments ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [x] `make test` run locally - [x] relevant change in `docs/` folder - [x] covered with integration tests in `internal/acceptance` - [x] relevant acceptance tests are passing - [x] using Go SDK
1 parent d312015 commit 891e0af

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

internal/providers/pluginfw/resources/library/resource_library.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,6 @@ func (r *LibraryResource) Schema(ctx context.Context, req resource.SchemaRequest
7373
resp.Schema = schema.Schema{
7474
Description: "Terraform schema for Databricks Library",
7575
Attributes: tfschema.ResourceStructToSchemaMap(LibraryExtended{}, func(c tfschema.CustomizableSchema) tfschema.CustomizableSchema {
76-
// c.AddPlanModifier(stringplanmodifier.RequiresReplace(), "cluster_id")
77-
// c.AddPlanModifier(objectplanmodifier.RequiresReplace(), "cran")
78-
// c.AddPlanModifier(stringplanmodifier.RequiresReplace(), "egg")
79-
// c.AddPlanModifier(stringplanmodifier.RequiresReplace(), "jar")
80-
// c.AddPlanModifier(objectplanmodifier.RequiresReplace(), "maven")
81-
// c.AddPlanModifier(objectplanmodifier.RequiresReplace(), "pypi")
82-
// c.AddPlanModifier(stringplanmodifier.RequiresReplace(), "requirements")
83-
// c.AddPlanModifier(stringplanmodifier.RequiresReplace(), "whl")
8476
for field, attribute := range c.ToAttributeMap() {
8577
switch attribute.(type) {
8678
case tfschema.StringAttributeBuilder:

0 commit comments

Comments
 (0)