Skip to content

Commit

Permalink
updated deployment documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Rizbi Hassan committed Oct 18, 2024
1 parent 4147277 commit 8908eab
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ module "orca" {
# archive_recovery_queue_message_retention_time_seconds = 777600
# db_admin_username = "postgres"
# default_multipart_chunksize_mb = 250
# deploy_rds_cluster_role_association = true
# log_level = "INFO"
# metadata_queue_message_retention_time = 777600
# orca_default_recovery_type = "Standard"
Expand All @@ -118,7 +119,6 @@ module "orca" {
# staged_recovery_queue_message_retention_time_seconds = 432000
# status_update_queue_message_retention_time_seconds = 777600
}
```

Expand Down Expand Up @@ -534,6 +534,7 @@ variables is shown in the table below.
| `archive_recovery_queue_message_retention_time_seconds`| string | The number of seconds archive-recovery-queue SQS retains a message in seconds. | 777600 |
| `db_admin_username` | string | Username for RDS database administrator authentication. | "postgres" |
| `default_multipart_chunksize_mb` | number | The default maximum size of chunks to use when copying. Can be overridden by collection config. | 250 |
| `deploy_rds_cluster_role_association` | boolean | Attaches IAM role for Aurora v2 cluster if true. | true |
| `internal_report_queue_message_retention_time_seconds` | number | Number of seconds the internal-report-queue SQS retains a message. | 432000 |
| `metadata_queue_message_retention_time_seconds` | number | Number of seconds the metadata-queue fifo SQS retains a message. | 777600 |
| `db_name` | string | The name of the Orca database within the RDS cluster. Any `-` in `prefix` will be replaced with `_`. | PREFIX_orca |
Expand Down

0 comments on commit 8908eab

Please sign in to comment.