Mark the following data planes as closed, since they are succeeded by new data planes
ops/dp/public/aws-us-east-1-c1
ops/dp/public/gcp-us-central1-c2
These are succeeded by the new data planes:
ops/dp/public/aws-us-east-1-c2
ops/dp/public/gcp-us-central1-c3
ops/dp/public/aws-us-east-1-c1 is currently the default data plane for new tenants, so In order to close it out we first need to update the default data plane in code. Before we close it, we'll need to make sure the new default is set to ops/dp/public/aws-us-east-1-c2. This default is hardcoded in estuary/flow.
Additional context:

Mark the following data planes as closed, since they are succeeded by new data planes
ops/dp/public/aws-us-east-1-c1ops/dp/public/gcp-us-central1-c2These are succeeded by the new data planes:
ops/dp/public/aws-us-east-1-c2ops/dp/public/gcp-us-central1-c3ops/dp/public/aws-us-east-1-c1is currently the default data plane for new tenants, so In order to close it out we first need to update the default data plane in code. Before we close it, we'll need to make sure the new default is set toops/dp/public/aws-us-east-1-c2. This default is hardcoded in estuary/flow.Additional context:
