Skip to content

Commit d83587c

Browse files
committed
fix merge
1 parent f83b755 commit d83587c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

internal/provider/route.go

-6
Original file line numberDiff line numberDiff line change
@@ -126,19 +126,13 @@ func (r *RouteResource) Schema(_ context.Context, _ resource.SchemaRequest, resp
126126
Description: "Timeout.",
127127
Optional: true,
128128
CustomType: timetypes.GoDurationType{},
129-
<<<<<<< HEAD
130129
Computed: true,
131-
=======
132-
>>>>>>> main
133130
},
134131
"idle_timeout": schema.StringAttribute{
135132
Description: "Idle timeout.",
136133
Optional: true,
137134
CustomType: timetypes.GoDurationType{},
138-
<<<<<<< HEAD
139135
Computed: true,
140-
=======
141-
>>>>>>> main
142136
},
143137
"allow_websockets": schema.BoolAttribute{
144138
Description: "Allow websockets.",

0 commit comments

Comments
 (0)