Creates and manages DbaaS Postgres Database objects.
Manages a DbaaS PgSql Database.
Create a PgSQL
cluster as presented in the documentation for the cluster, then define a database resource and link it with the previously created cluster:
cluster_id
- (Required)[string] The unique ID of the cluster.
name
- (Required)[string] The name of the database.
owner
- (Required)[string] The owner of the database.
In order to import a PgSql database, you can define an empty database resource in the plan:
The resource can be imported using the clusterId
and the name
, for example: