Skip to content

Commit e26ae10

Browse files
authored
chore: remove unused PlanModifiers from Kafka instance schema (#63)
1 parent 23ea807 commit e26ae10

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/provider/resource_instance.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,6 @@ func (r *KafkaInstanceResource) Schema(ctx context.Context, req resource.SchemaR
170170
"endpoints": schema.ListNestedAttribute{
171171
Computed: true,
172172
Description: "The bootstrap endpoints of instance. AutoMQ supports multiple access protocols; therefore, the Endpoint is a list.",
173-
PlanModifiers: []planmodifier.List{
174-
listplanmodifier.UseStateForUnknown(),
175-
},
176173
NestedObject: schema.NestedAttributeObject{
177174
Attributes: map[string]schema.Attribute{
178175
"display_name": schema.StringAttribute{

0 commit comments

Comments
 (0)