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:
João Palet 2023-10-20 14:38:19 +02:00 committed by GitHub
parent 59ee1b529e
commit e61bfe09a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 134 additions and 27 deletions

View file

@ -15,4 +15,5 @@ resource "stackit_mongodbflex_instance" "example" {
options = {
type = "Single"
}
backup_schedule = "0 0 * * *"
}