Set backupSchedule as required in MongoDB Flex instance (#96)
* Set backupSchedule as required in MongoDB Flex instance * Update example and generate docs * Add regex explanation comment * Fix acceptance test * Fix map fields
This commit is contained in:
parent
59ee1b529e
commit
e61bfe09a5
5 changed files with 134 additions and 27 deletions
|
|
@ -15,4 +15,5 @@ resource "stackit_mongodbflex_instance" "example" {
|
|||
options = {
|
||||
type = "Single"
|
||||
}
|
||||
backup_schedule = "0 0 * * *"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue