You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| password | The password for the master DB user. |`string`| n/a | yes |
52
52
| rds\_subnet\_ids | VPC subnet IDs in subnet group |`list(string)`| n/a | yes |
53
-
| security\_group\_ids | List of security group IDs to allow ingress from (i.e. Spark cluster SG IDs, Tamr VM SG ID)|`list(string)`| n/a | yes |
53
+
| security\_group\_ids | List of security group IDs to associate|`list(string)`| n/a | yes |
54
54
| subnet\_group\_name | The name of the subnet group to add the RDS instance to |`string`| n/a | yes |
55
55
| vpc\_id | VPC ID for the rds security group |`string`| n/a | yes |
56
56
| additional\_cidrs | Additional CIDR to connect to RDS Postgres instance |`list(string)`|`[]`| no |
57
57
| additional\_tags |[DEPRECATED: Use `tags` instead] Additional tags to set on the RDS instance. |`map(string)`|`{}`| no |
58
58
| allocated\_storage | Allocate storage |`number`|`20`| no |
59
59
| apply\_immediately | Apply immediately, do not set this to true for production |`bool`|`false`| no |
60
+
| auto\_minor\_version\_upgrade | Indicates that minor engine upgrades will be applied automatically to the DB instance during the maintenance window |`bool`|`true`| no |
60
61
| backup\_retention\_period | Backup retention period in days |`number`|`14`| no |
61
62
| backup\_window | Backup window |`string`|`"03:29-03:59"`| no |
62
63
| copy\_tags\_to\_snapshot | Copy tags to snapshots |`bool`|`true`| no |
63
64
| db\_port | The port on which the database accepts connections. |`number`|`5432`| no |
64
-
| engine\_version | Version of RDS Postgres |`string`|`"12.3"`| no |
65
+
| engine\_version | Version of RDS Postgres |`string`|`"12"`| no |
65
66
| identifier\_prefix | Identifier prefix for the RDS instance |`string`|`"tamr-rds-"`| no |
66
67
| instance\_class | Instance class |`string`|`"db.m4.large"`| no |
67
68
| maintenance\_window | Maintenance window |`string`|`"sun:04:32-sun:05:02"`| no |
0 commit comments