Aug 17 2022
Looks great!
Just 1 comment: Similarly to what was done with describing in the Legend how we define active wiki's, would like to add active editors there
Was deployed to production: https://github.com/wmde/wbaas-deploy/commit/e029b9fe35e0763ad7e22c8c8345e50c8cccba8d
was deployed to staging yesterday: https://github.com/wmde/wbaas-deploy/commit/b938be53f86dc26813841a84123e4d35e6760645
Aug 16 2022
I tried setting up a dump replica by using the following PR.
So we think that a possible approach might be to use the terraform state mv command to relocate the resource out of the module.
In order to do this we need to remove the resource from the module's .tf file and place it in a .tf file in the root module.
Then, rather than running terraform apply we use the state mv (see: https://www.terraform.io/cli/commands/state/mv)
api changes https://github.com/wbstack/api/pull/507
Aug 15 2022
We added another patch to the API https://github.com/wbstack/api/pull/506