fix: spec files in subfolders and refactored builder
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 6s
CI Workflow / Test readiness for publishing provider (pull_request) Failing after 6m6s
CI Workflow / CI (pull_request) Failing after 6m26s
CI Workflow / Code coverage report (pull_request) Has been skipped

This commit is contained in:
Marcel S. Henselin 2026-02-03 09:25:43 +01:00
parent 3dbf79c95f
commit 2c0e8e874e
14 changed files with 165 additions and 137 deletions

View file

@ -1,24 +0,0 @@
provider:
name: stackitprivatepreview
resources:
instance:
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:
instance:
read:
path: /v3alpha1/projects/{projectId}/regions/{region}/instances/{instanceId}
method: GET