Is your feature request related to a problem? Please describe.
When running in a local dev environment then it should be possible to disable environment checks of the module so it can stay enabled.
Currently, running lando drush updb -y breaks because of the check in search_api_pantheon_requirements
This is because the default config should in my opinion reflect the production environment
Describe the solution you'd like
Add a setting that can be toggled in settings.local.php to disable the checks
Describe alternatives you've considered
- Thought about setting the PANTHEON_INDEX_* environment variable in lando config but that gets confusing
- Move the search api pantheon to the production split but that gives a dependency issue in the search api server config and subsequently the search api index config - module not enabled in local
Additional context
Add any other context or screenshots about the feature request here.

Is your feature request related to a problem? Please describe.
When running in a local dev environment then it should be possible to disable environment checks of the module so it can stay enabled.
Currently, running
lando drush updb -ybreaks because of the check insearch_api_pantheon_requirementsThis is because the default config should in my opinion reflect the production environment
Describe the solution you'd like
Add a setting that can be toggled in settings.local.php to disable the checks
Describe alternatives you've considered
Additional context

Add any other context or screenshots about the feature request here.