Update DSA dependencies (#5)
Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
This commit is contained in:
parent
d5906cb6b1
commit
6800f7a421
32 changed files with 300 additions and 300 deletions
|
|
@ -35,7 +35,7 @@ data "stackit_logme_instance" "example" {
|
|||
- `id` (String) Terraform's internal resource identifier.
|
||||
- `image_url` (String)
|
||||
- `name` (String) Instance name.
|
||||
- `organization_guid` (String)
|
||||
- `cf_organization_guid` (String)
|
||||
- `parameters` (Attributes) (see [below for nested schema](#nestedatt--parameters))
|
||||
- `plan_id` (String) The selected plan ID.
|
||||
- `plan_name` (String) The selected plan name.
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ data "stackit_mariadb_instance" "example" {
|
|||
- `id` (String) Terraform's internal resource identifier.
|
||||
- `image_url` (String)
|
||||
- `name` (String) Instance name.
|
||||
- `organization_guid` (String)
|
||||
- `cf_organization_guid` (String)
|
||||
- `parameters` (Attributes) (see [below for nested schema](#nestedatt--parameters))
|
||||
- `plan_id` (String) The selected plan ID.
|
||||
- `plan_name` (String) The selected plan name.
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ data "stackit_opensearch_instance" "example" {
|
|||
- `id` (String) Terraform's internal resource identifier.
|
||||
- `image_url` (String)
|
||||
- `name` (String) Instance name.
|
||||
- `organization_guid` (String)
|
||||
- `cf_organization_guid` (String)
|
||||
- `parameters` (Attributes) (see [below for nested schema](#nestedatt--parameters))
|
||||
- `plan_id` (String) The selected plan ID.
|
||||
- `plan_name` (String) The selected plan name.
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ data "stackit_postgresql_instance" "example" {
|
|||
- `id` (String) Terraform's internal resource identifier.
|
||||
- `image_url` (String)
|
||||
- `name` (String) Instance name.
|
||||
- `organization_guid` (String)
|
||||
- `cf_organization_guid` (String)
|
||||
- `parameters` (Attributes) (see [below for nested schema](#nestedatt--parameters))
|
||||
- `plan_id` (String) The selected plan ID.
|
||||
- `plan_name` (String) The selected plan name.
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ data "stackit_rabbitmq_instance" "example" {
|
|||
- `id` (String) Terraform's internal resource identifier.
|
||||
- `image_url` (String)
|
||||
- `name` (String) Instance name.
|
||||
- `organization_guid` (String)
|
||||
- `cf_organization_guid` (String)
|
||||
- `parameters` (Attributes) (see [below for nested schema](#nestedatt--parameters))
|
||||
- `plan_id` (String) The selected plan ID.
|
||||
- `plan_name` (String) The selected plan name.
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ data "stackit_redis_instance" "example" {
|
|||
- `id` (String) Terraform's internal resource identifier.
|
||||
- `image_url` (String)
|
||||
- `name` (String) Instance name.
|
||||
- `organization_guid` (String)
|
||||
- `cf_organization_guid` (String)
|
||||
- `parameters` (Attributes) (see [below for nested schema](#nestedatt--parameters))
|
||||
- `plan_id` (String) The selected plan ID.
|
||||
- `plan_name` (String) The selected plan name.
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ resource "stackit_logme_instance" "example" {
|
|||
- `id` (String) Terraform's internal resource ID.
|
||||
- `image_url` (String)
|
||||
- `instance_id` (String) ID of the LogMe instance.
|
||||
- `organization_guid` (String)
|
||||
- `cf_organization_guid` (String)
|
||||
- `plan_id` (String) The selected plan ID.
|
||||
|
||||
<a id="nestedatt--parameters"></a>
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ resource "stackit_mariadb_instance" "example" {
|
|||
- `id` (String) Terraform's internal resource ID.
|
||||
- `image_url` (String)
|
||||
- `instance_id` (String) ID of the MariaDB instance.
|
||||
- `organization_guid` (String)
|
||||
- `cf_organization_guid` (String)
|
||||
- `plan_id` (String) The selected plan ID.
|
||||
|
||||
<a id="nestedatt--parameters"></a>
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ resource "stackit_opensearch_instance" "example" {
|
|||
- `id` (String) Terraform's internal resource ID.
|
||||
- `image_url` (String)
|
||||
- `instance_id` (String) ID of the OpenSearch instance.
|
||||
- `organization_guid` (String)
|
||||
- `cf_organization_guid` (String)
|
||||
- `plan_id` (String) The selected plan ID.
|
||||
|
||||
<a id="nestedatt--parameters"></a>
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ resource "stackit_postgresql_instance" "example" {
|
|||
- `id` (String) Terraform's internal resource ID.
|
||||
- `image_url` (String)
|
||||
- `instance_id` (String) ID of the PostgreSQL instance.
|
||||
- `organization_guid` (String)
|
||||
- `cf_organization_guid` (String)
|
||||
- `plan_id` (String) The selected plan ID.
|
||||
|
||||
<a id="nestedatt--parameters"></a>
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ resource "stackit_rabbitmq_instance" "example" {
|
|||
- `id` (String) Terraform's internal resource ID.
|
||||
- `image_url` (String)
|
||||
- `instance_id` (String) ID of the RabbitMQ instance.
|
||||
- `organization_guid` (String)
|
||||
- `cf_organization_guid` (String)
|
||||
- `plan_id` (String) The selected plan ID.
|
||||
|
||||
<a id="nestedatt--parameters"></a>
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ resource "stackit_redis_instance" "example" {
|
|||
- `id` (String) Terraform's internal resource ID.
|
||||
- `image_url` (String)
|
||||
- `instance_id` (String) ID of the Redis instance.
|
||||
- `organization_guid` (String)
|
||||
- `cf_organization_guid` (String)
|
||||
- `plan_id` (String) The selected plan ID.
|
||||
|
||||
<a id="nestedatt--parameters"></a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue