terraform-provider-stackitp.../service_specs/postgres-flex_instance_config.yml
2026-01-22 16:00:34 +01:00

37 lines
930 B
YAML

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: Apache-2.0
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