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
| <aname="input_db_engine"></a> [db\_engine](#input\_db\_engine)| n/a |`string`|`"postgresql"`| no |
23
+
| <aname="input_db_engine_version"></a> [db\_engine\_version](#input\_db\_engine\_version)| n/a |`string`|`"11"`| no |
22
24
| <aname="input_db_instance_type"></a> [db\_instance\_type](#input\_db\_instance\_type)| RDS instance type to launch for PostgresQL database. |`string`|`"db.t2.small"`| no |
23
25
| <aname="input_db_name"></a> [db\_name](#input\_db\_name)| Name of PostgresQL database for Metaflow service. |`string`|`"metaflow"`| no |
24
26
| <aname="input_db_username"></a> [db\_username](#input\_db\_username)| PostgresQL username; defaults to 'metaflow' |`string`|`"metaflow"`| no |
final_snapshot_identifier="${var.resource_prefix}${var.db_name}-final-snapshot${var.resource_suffix}-${random_pet.final_snapshot_id.id}"# Snapshot upon delete
identifier="${var.resource_prefix}${var.db_name}${var.resource_suffix}"# used for dns hostname needs to be customer unique in region
69
109
name=var.db_name# unique id for CLI commands (name of DB table which is why we're not adding the prefix as no conflicts will occur and the API expects this table name)
0 commit comments