Closed
Description
What happened?
Currently we don't overwrite indexes when region="auto"
Lines 1769 to 1770 in e6ccedb
I propose we do this for all region writes and completely disallow modifying indexes with a region write.
This would match the map_blocks
model, where all indexes are specified in the template
and no changes by the mapped function are allowed.