More sessions
This commit is contained in:
56
tmp/dalmatian/tool-outputs/read_file_24.txt
Normal file
56
tmp/dalmatian/tool-outputs/read_file_24.txt
Normal file
@@ -0,0 +1,56 @@
|
||||
|
||||
IMPORTANT: The file content has been truncated.
|
||||
Status: Showing lines 181-230 of 231 total lines.
|
||||
Action: To read more of the file, you can use the 'offset' and 'limit' parameters in a subsequent 'read_file' call. For example, to read the next section of the file, use offset: 230.
|
||||
|
||||
--- FILE CONTENT (truncated) ---
|
||||
],
|
||||
"clusters_in_use" => {
|
||||
"production" => [
|
||||
"test",
|
||||
"default_dalmatian_ecs_cluster"
|
||||
],
|
||||
"staging" => [
|
||||
"test",
|
||||
"default_dalmatian_ecs_cluster"
|
||||
]
|
||||
},
|
||||
"minimum_size" => {
|
||||
"production" => 2,
|
||||
"staging" => 1
|
||||
},
|
||||
"maximum_size" => {
|
||||
"production" => 2,
|
||||
"staging" => 1
|
||||
},
|
||||
"engine" => "aurora-postgresql",
|
||||
"engine_version" => "11.9",
|
||||
"db_name" => "testapp",
|
||||
"port" => 5432,
|
||||
"force_ssl" => true,
|
||||
"maintenance_window" => "mon:19:00-mon:19:30",
|
||||
"backup_window" => "09:00-10:00",
|
||||
"backup_retention_period" => 31,
|
||||
"parameter_store_path_db_url_name" => "DATABASE_URL",
|
||||
"sql_backup_scheduled_task_environment_variables" => [
|
||||
{
|
||||
"name" => "foo",
|
||||
"value" => "bar"
|
||||
}
|
||||
],
|
||||
"check_sql_backup_scheduled_task_environment_variables" => [
|
||||
{
|
||||
"name" => "foo",
|
||||
"value" => "bar"
|
||||
}
|
||||
],
|
||||
"sync_sql_backup_to_azure" => false,
|
||||
"replication_bucket_destination_arn" => "arn:aws:s3:::dest-bucket",
|
||||
"replication_kms_key_id" => "key-id"
|
||||
}
|
||||
|
||||
expect(aurora.to_params).to eq(expected_params)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user