On the latest version of the provider I
On the latest version of the provider I seem to be running into issues with
cloudflare_workers_route
.
It's giving me a missing required route_id parameter
while that should be optional(?)

5 Replies
the internal team has a ticket for addressing this. the schema isn't correct
I see. Is there any workaround I could try for now or should I wait for a fix?
you could put the
route_id
into your state file but YMMV
route_id
shouldn't actually be needed as it's stored as id
heh alright, yeah seems like I'll just need to wait then, as unfortunately both
id
and route_id
are nulled out in the state from what i can tell. Was hoping id
would be populated and I could just copy that over, but nope.
thanks for the quick answer btw! I'll keep an eye on the releases