terraform-provider-postgresql
terraform-provider-postgresql copied to clipboard
Support multiple hosts in provider block
We have a setup with two postgres clusters, where one is in replica mode at all times and automatically switches if there's a failure.
Normally when we connect, we specify host as "HostA,HostB" and the driver will try each host in turn.
Is there a similar possibility in the provider?