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:
Marcel S. Henselin 2025-12-29 07:12:30 +01:00 committed by GitHub
parent 25fb4453f0
commit 5b6576da1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 513 additions and 340 deletions

View file

@ -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>

View file

@ -50,4 +50,4 @@ import {
- `port` (Number)
- `status` (String)
- `uri` (String, Sensitive)
- `user_id` (String) User ID.
- `user_id` (Number) User ID.

View file

@ -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.