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