Skip to content

Commit 8437fe1

Browse files
committed
lint
1 parent 6cad682 commit 8437fe1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/provider/resource_tfe_opa_version.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"github.com/hashicorp/terraform-plugin-framework/resource/schema"
2020
"github.com/hashicorp/terraform-plugin-framework/resource/schema/booldefault"
2121
"github.com/hashicorp/terraform-plugin-framework/resource/schema/planmodifier"
22-
"github.com/hashicorp/terraform-plugin-framework/resource/schema/setplanmodifier"
22+
// "github.com/hashicorp/terraform-plugin-framework/resource/schema/setplanmodifier"
2323
"github.com/hashicorp/terraform-plugin-framework/resource/schema/stringplanmodifier"
2424
"github.com/hashicorp/terraform-plugin-framework/types"
2525
"github.com/hashicorp/terraform-plugin-log/tflog"
@@ -114,8 +114,8 @@ func (r *OPAVersionResource) Schema(ctx context.Context, req resource.SchemaRequ
114114
},
115115
},
116116
},
117-
Computed: true,
118-
Optional: true,
117+
Computed: true,
118+
Optional: true,
119119
// PlanModifiers: []planmodifier.Set{setplanmodifier.UseStateForUnknown()},
120120
},
121121
},

0 commit comments

Comments
 (0)