feat: initial copy of v0.1.0
This commit is contained in:
parent
4cc801a7f3
commit
7d4cbb6b08
538 changed files with 63361 additions and 55213 deletions
35
service_specs/postgres-flex/alpha/instance_config.yml
Normal file
35
service_specs/postgres-flex/alpha/instance_config.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
|
||||
provider:
|
||||
name: stackitprivatepreview
|
||||
|
||||
resources:
|
||||
instance:
|
||||
schema:
|
||||
attributes:
|
||||
name:
|
||||
plan_modifiers:
|
||||
- UseStateForUnknown
|
||||
|
||||
create:
|
||||
path: /v3alpha1/projects/{projectId}/regions/{region}/instances
|
||||
method: POST
|
||||
read:
|
||||
path: /v3alpha1/projects/{projectId}/regions/{region}/instances/{instanceId}
|
||||
method: GET
|
||||
update:
|
||||
path: /v3alpha1/projects/{projectId}/regions/{region}/instances/{instanceId}
|
||||
method: PUT
|
||||
delete:
|
||||
path: /v3alpha1/projects/{projectId}/regions/{region}/instances/{instanceId}
|
||||
method: DELETE
|
||||
|
||||
data_sources:
|
||||
instances:
|
||||
read:
|
||||
path: /v3alpha1/projects/{projectId}/regions/{region}/instances
|
||||
method: GET
|
||||
|
||||
instance:
|
||||
read:
|
||||
path: /v3alpha1/projects/{projectId}/regions/{region}/instances/{instanceId}
|
||||
method: GET
|
||||
Loading…
Add table
Add a link
Reference in a new issue