Provision a Postgres-compatible RDS parameter group.
| Name | Version |
|---|---|
| terraform | >= 1.6.2 |
| aws | ~> 6.0 |
| Name | Version |
|---|---|
| aws | ~> 6.0 |
| Name | Type |
|---|---|
| aws_db_parameter_group.this | resource |
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| engine_version | Version for RDS database engine | string |
n/a | yes |
| force_ssl | Set to false to allow unencrypted connections to the database | bool |
true |
no |
| name | Name of the parameter group | string |
n/a | yes |
| parameters | Parameters to the applied to the database | map(string) |
{} |
no |
| tags | Tags to apply to created resources | map(string) |
{} |
no |
| Name | Description |
|---|---|
| engine_version | Version of Postgres used by this configuration |
| parameter_group_name | Name of the created parameter group |