Commit 6ca41cbe authored by Anton Babenko's avatar Anton Babenko

Update documentation a bit after merge

parent 25808c7c
...@@ -182,7 +182,7 @@ module "db" { ...@@ -182,7 +182,7 @@ module "db" {
| parameters | A list of DB parameters (map) to apply | list(map(string)) | `[]` | no | | parameters | A list of DB parameters (map) to apply | list(map(string)) | `[]` | no |
| password | Password for the master DB user. Note that this may show up in logs, and it will be stored in the state file | string | n/a | yes | | password | Password for the master DB user. Note that this may show up in logs, and it will be stored in the state file | string | n/a | yes |
| performance\_insights\_enabled | Specifies whether Performance Insights are enabled | bool | `"false"` | no | | performance\_insights\_enabled | Specifies whether Performance Insights are enabled | bool | `"false"` | no |
| performance\_insights\_retention\_period | The amount of time in days to retain Performance Insights data. Either 7 (7 days) or 731 (2 years). | number | `7` | no | | performance\_insights\_retention\_period | The amount of time in days to retain Performance Insights data. Either 7 (7 days) or 731 (2 years). | number | `"7"` | no |
| port | The port on which the DB accepts connections | string | n/a | yes | | port | The port on which the DB accepts connections | string | n/a | yes |
| publicly\_accessible | Bool to control if instance is publicly accessible | bool | `"false"` | no | | publicly\_accessible | Bool to control if instance is publicly accessible | bool | `"false"` | no |
| replicate\_source\_db | Specifies that this resource is a Replicate database, and to use this value as the source database. This correlates to the identifier of another Amazon RDS Database to replicate. | string | `""` | no | | replicate\_source\_db | Specifies that this resource is a Replicate database, and to use this value as the source database. This correlates to the identifier of another Amazon RDS Database to replicate. | string | `""` | no |
......
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
| parameter\_group\_name | Name of the DB parameter group to associate | string | `""` | no | | parameter\_group\_name | Name of the DB parameter group to associate | string | `""` | no |
| password | Password for the master DB user. Note that this may show up in logs, and it will be stored in the state file | string | n/a | yes | | password | Password for the master DB user. Note that this may show up in logs, and it will be stored in the state file | string | n/a | yes |
| performance\_insights\_enabled | Specifies whether Performance Insights are enabled | bool | `"false"` | no | | performance\_insights\_enabled | Specifies whether Performance Insights are enabled | bool | `"false"` | no |
| performance\_insights\_retention\_period | The amount of time in days to retain Performance Insights data. Either 7 (7 days) or 731 (2 years). | number | `"7"` | no |
| port | The port on which the DB accepts connections | string | n/a | yes | | port | The port on which the DB accepts connections | string | n/a | yes |
| publicly\_accessible | Bool to control if instance is publicly accessible | bool | `"false"` | no | | publicly\_accessible | Bool to control if instance is publicly accessible | bool | `"false"` | no |
| replicate\_source\_db | Specifies that this resource is a Replicate database, and to use this value as the source database. This correlates to the identifier of another Amazon RDS Database to replicate. | string | `""` | no | | replicate\_source\_db | Specifies that this resource is a Replicate database, and to use this value as the source database. This correlates to the identifier of another Amazon RDS Database to replicate. | string | `""` | no |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment