add new option variables
This commit is contained in:
parent
a558573190
commit
68a6e7b5a8
1 changed files with 3 additions and 1 deletions
|
|
@ -31,6 +31,8 @@ variable "mongodb_instance_options" {
|
|||
description = "options for mongodb"
|
||||
type = object({
|
||||
type = string
|
||||
snapshot_retention_days = number
|
||||
point_in_time_window_hours = number
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue