glynn
04/14/2023, 3:17 PMdelete_todo_dev.somedomain.workers.dev somedomain.workers.dev
This route is disabled by default and can only be enabled in the UI. We are trying to enable the
routes in Terraform so that we output the route's URL but as we didn't create the route,
we can't interact with it.
How is a Terraform project meant to create and manage routes programmatically?
If we use the Wrangler tool, then the route gets enabled on creation but using Terraform it doesn't.
We'd rather use Terraform than use Wrangler in a shell script, for obvious reasons.
Any best practice advise is very welcome.kian
04/14/2023, 3:40 PMworkers.dev
thing is automatic & every Worker has one, but Wrangler let's you disable it with workers_dev = false
kian
04/14/2023, 3:40 PM