Closed dchiquito closed 3 years ago
The Girder 4 terraform module wires up web and worker dynos by default. We now have a checksum-worker dyno which should also be managed by Terraform, so we need to explicitly declare it next to our api and api-staging declarations.
web
worker
checksum-worker
api
api-staging
The Girder 4 terraform module wires up
web
andworker
dynos by default. We now have achecksum-worker
dyno which should also be managed by Terraform, so we need to explicitly declare it next to ourapi
andapi-staging
declarations.