A Postgres Instance in reader/writer datastore mode for cloudsql postgres.
Property | Type | Required | Description |
---|---|---|---|
postgres_version |
string | Yes | Version of Postgres e.g. 12.11 |
size |
object | Yes | Sizing attribute for postgres writer and reader instance |
Use the following link to configure the advanced configuration for the Postgres Aurora module to invoke additional feature.
If the use case demands creation of aurora cluster with additional parameters then the given advanced block configuration skeleton can be used.
"advanced": {
"aurora": {
"rds-aurora": {
},
"aws_db_parameter_group": {
}
}
}