add new option variables

This commit is contained in:
Florian Heuer 2025-11-04 13:14:40 +01:00
parent a558573190
commit 68a6e7b5a8

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
})
}