Add description for MongoDB Flex instance backup_schedule field (#282)

This commit is contained in:
João Palet 2024-03-04 15:55:07 +00:00 committed by GitHub
parent 646ce62447
commit f0890f9ddf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 18 additions and 13 deletions

View file

@ -40,7 +40,7 @@ resource "stackit_mongodbflex_instance" "example" {
### Required
- `acl` (List of String) The Access Control List (ACL) for the MongoDB Flex instance.
- `backup_schedule` (String)
- `backup_schedule` (String) The backup schedule. Should follow the cron scheduling system format (e.g. "0 0 * * *").
- `flavor` (Attributes) (see [below for nested schema](#nestedatt--flavor))
- `name` (String) Instance name.
- `options` (Attributes) (see [below for nested schema](#nestedatt--options))