Skip to content

Commit 4f6dc98

Browse files
committed
Remove 'listplanmodifier.UseStateForUnknown' from 'ingress_paths'.
1 parent 17bcec8 commit 4f6dc98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/ecs/express_gateway_service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func (r *expressGatewayServiceResource) Schema(ctx context.Context, req resource
9393
stringplanmodifier.RequiresReplace(),
9494
},
9595
},
96-
"ingress_paths": framework.ResourceComputedListOfObjectsAttribute[ingressPathSummaryModel](ctx, listplanmodifier.UseStateForUnknown()),
96+
"ingress_paths": framework.ResourceComputedListOfObjectsAttribute[ingressPathSummaryModel](ctx),
9797
"memory": schema.StringAttribute{
9898
Optional: true,
9999
Computed: true,

0 commit comments

Comments
 (0)