vmware-archive / terraforming-gcp

use terraform, deploy yourself a pcf
Apache License 2.0
71 stars 87 forks source link

option to add a cloud sql replica #144

Open vchrisb opened 5 years ago

vchrisb commented 5 years ago

currently enabling external_database does provision a single instance of MySQL 5.6 and does not allow to specify the size. It is fixed to db-n1-standard-1. Adding an option external_database_replica to make it high available would be good.