MaterializeInc / terraform-provider-materialize

A Terraform provider for Materialize
https://registry.terraform.io/providers/MaterializeInc/materialize
Mozilla Public License 2.0
11 stars 8 forks source link

Improve the Cloud Mock Service #651

Closed bobbyiliev closed 1 month ago

bobbyiliev commented 2 months ago

The Cloud mock service used to have most of the values like hostname, ports and etc hardcoded directly into the responses. This PR improves the mock service a little bit by introducing different env variables to make things more configurable so this could be used in a wider range of setups.

Also adding a README file for the mock service to document the newly added env variables.