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:
parent
6140769506
commit
2810545ef7
7 changed files with 556 additions and 56 deletions
|
|
@ -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 * * *"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue