Add additional backup configurations to MongoDB Flex instance resource (#486)

* Extend resource and datasource

* Extend acc test

* Extend example

* Generate docs

* Fix linter

* Update stackit/internal/services/mongodbflex/instance/datasource.go

Co-authored-by: GokceGK <161626272+GokceGK@users.noreply.github.com>

---------

Co-authored-by: GokceGK <161626272+GokceGK@users.noreply.github.com>
This commit is contained in:
João Palet 2024-07-31 10:55:14 +01:00 committed by GitHub
parent 6140769506
commit 2810545ef7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 556 additions and 56 deletions

View file

@ -11,9 +11,10 @@ resource "stackit_mongodbflex_instance" "example" {
class = "class"
size = 10
}
version = "5.0"
version = "7.0"
options = {
type = "Single"
type = "Single"
snapshot_retention_days = 3
}
backup_schedule = "0 0 * * *"
}