Deploying a new operator will require the following action before using the terraform commands.
- Create the following Kafka topics: {operator_code}-registrations, {operator_code}-logs, {operator_code}-rounds, {operator_code}-transactions.
- Generate a new Firestore collection for the operator. This can be done by running the migration package in the devtools or through the WL Operator Management UI.
- Create and seed the Postgresql database for the operator. This can be done by running the migration package in the devtools or through the WL Operator Management UI.