feature/add-mongodb-instance-options #9

Merged
florian.heuer merged 2 commits from feature/add-mongodb-instance-options into main 2025-11-05 13:03:09 +00:00
Showing only changes of commit 68a6e7b5a8 - Show all commits

View file

@ -30,7 +30,9 @@ variable "mongodb_instance_flavor" {
variable "mongodb_instance_options" {
description = "options for mongodb"
type = object({
type = string
type = string
snapshot_retention_days = number
point_in_time_window_hours = number
})
}