add missing mongodb atlas fields to the docs (#20207)

This commit is contained in:
Milena Zlaticanin
2023-04-17 14:10:07 -07:00
committed by GitHub
parent d5584b614a
commit e37674d78e

View File

@@ -90,6 +90,10 @@ either the MongoDB Atlas Organization or Project level with the designated role(
* `ip_addresses` `(list [string] <Optional>)` - IP address to be added to the whitelist for the API key. This field is mutually exclusive with the cidrBlock field.
* `cidr_blocks` `(list [string] <Optional>)` - Whitelist entry in CIDR notation to be added for the API key. This field is mutually exclusive with the ipAddress field.
* `project_roles` `(list [string] <Optional>)` - Roles assigned when an Organization API key is assigned to a Projects API key.
* `ttl` `(string <Optional>)` - Duration in seconds after which the issued credential should expire. Defaults to 0, in which case the value will fallback to the system/mount defaults.
* `max_ttl` `(string <Optional>)` - The maximum allowed lifetime of credentials issued using this role.
### Sample Payload