Fix/fix tests (#18)
* fix: fix and adjust tests to new api * fix: add missing testdata file * fix: add missing docs * fix: ignore docs flow for now * fix: fix linting
This commit is contained in:
parent
25fb4453f0
commit
5b6576da1c
34 changed files with 513 additions and 340 deletions
|
|
@ -42,7 +42,6 @@ import {
|
|||
|
||||
### Required
|
||||
|
||||
- `acl` (List of String) The Access Control List (ACL) for the PostgresFlex instance.
|
||||
- `backup_schedule` (String)
|
||||
- `encryption` (Attributes) The encryption block. (see [below for nested schema](#nestedatt--encryption))
|
||||
- `flavor` (Attributes) (see [below for nested schema](#nestedatt--flavor))
|
||||
|
|
@ -81,10 +80,13 @@ Required:
|
|||
- `cpu` (Number)
|
||||
- `ram` (Number)
|
||||
|
||||
Optional:
|
||||
|
||||
- `id` (String)
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `description` (String)
|
||||
- `id` (String)
|
||||
|
||||
|
||||
<a id="nestedatt--network"></a>
|
||||
|
|
@ -92,7 +94,13 @@ Read-Only:
|
|||
|
||||
Required:
|
||||
|
||||
- `acl` (List of String) The Access Control List (ACL) for the PostgresFlex instance.
|
||||
|
||||
Optional:
|
||||
|
||||
- `access_scope` (String)
|
||||
- `instance_address` (String)
|
||||
- `router_address` (String)
|
||||
|
||||
|
||||
<a id="nestedatt--storage"></a>
|
||||
|
|
|
|||
|
|
@ -50,4 +50,4 @@ import {
|
|||
- `port` (Number)
|
||||
- `status` (String)
|
||||
- `uri` (String, Sensitive)
|
||||
- `user_id` (String) User ID.
|
||||
- `user_id` (Number) User ID.
|
||||
|
|
|
|||
|
|
@ -49,4 +49,4 @@ import {
|
|||
- `password` (String, Sensitive) Password of the user account.
|
||||
- `port` (Number)
|
||||
- `status` (String)
|
||||
- `user_id` (String) User ID.
|
||||
- `user_id` (Number) User ID.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue