[feature request] add postgres-instance
provisioner based on postgres provisioner
#219
Labels
postgres-instance
provisioner based on postgres provisioner
#219
In some cases, the workload expects to receive an admin user credentials for a database host and the app will create it's own database within the instance. We usually call this an
-instance
resource and it has the same outputs except that it provides the root user and password and without thedatabase/name
output.This should be based on the same shared state as the existing postgres provisioner.
The text was updated successfully, but these errors were encountered: