Skip to content

Commit 257e998

Browse files
committed
updates READMEs
1 parent 2271a54 commit 257e998

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,13 @@ This terraform module will create:
6666
| instance\_class | Instance class | `string` | `"db.m4.large"` | no |
6767
| maintenance\_window | Maintenance window | `string` | `"sun:04:32-sun:05:02"` | no |
6868
| max\_allocated\_storage | Max allocate storage | `number` | `1000` | no |
69+
| multi\_az | Specifies if the RDS instance is multi-AZ. | `bool` | `true` | no |
6970
| param\_log\_min\_duration\_statement | (ms) Sets the minimum execution time above which statements will be logged. | `string` | `"-1"` | no |
7071
| param\_log\_statement | Sets the type of statements logged. Valid values are none, ddl, mod, all | `string` | `"none"` | no |
7172
| parameter\_group\_family | The family of the DB parameter group | `string` | `"postgres12"` | no |
7273
| parameter\_group\_name | The name of the rds parameter group | `string` | `"rds-postgres-pg"` | no |
74+
| performance\_insights\_enabled | Specifies whether Performance Insights are enabled. | `bool` | `false` | no |
75+
| 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 |
7376
| postgres\_name | The name of the postgres database to create on the DB instance | `string` | `"tamr_rds_db"` | no |
7477
| skip\_final\_snapshot | Skip final snapshot | `bool` | `true` | no |
7578
| storage\_type | Storage type (e.g. gp2, io1) | `string` | `"gp2"` | no |

examples/minimal/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ No provider.
1616
| subnet\_ids | List of at least 2 subnets in different AZs for DB subnet group | `list(string)` | n/a | yes |
1717
| vpc\_id | VPC ID of network. | `string` | n/a | yes |
1818
| egress\_cidr\_blocks | CIDR blocks to attach to security groups for egress | `list(string)` | <pre>[<br> "0.0.0.0/0"<br>]</pre> | no |
19+
| multi\_az | Specifies if the RDS instance is multi-AZ. | `bool` | `true` | no |
1920
| tags | A map of tags to add to all resources created by this example. | `map(string)` | <pre>{<br> "Author": "Tamr",<br> "Environment": "Example"<br>}</pre> | no |
2021

2122
## Outputs

0 commit comments

Comments
 (0)