feature/add-mongodb-instance-options #9
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue