49 lines
1.2 KiB
Markdown
49 lines
1.2 KiB
Markdown
---
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
page_title: "stackit_rabbitmq_instance Data Source - stackit"
|
|
subcategory: ""
|
|
description: |-
|
|
RabbitMQ instance data source schema.
|
|
---
|
|
|
|
# stackit_rabbitmq_instance (Data Source)
|
|
|
|
RabbitMQ instance data source schema.
|
|
|
|
## Example Usage
|
|
|
|
```terraform
|
|
data "stackit_rabbitmq_instance" "example" {
|
|
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
|
instance_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
|
}
|
|
```
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
## Schema
|
|
|
|
### Required
|
|
|
|
- `instance_id` (String) ID of the RabbitMQ instance.
|
|
- `project_id` (String) STACKIT Project ID to which the instance is associated.
|
|
|
|
### Read-Only
|
|
|
|
- `cf_guid` (String)
|
|
- `cf_space_guid` (String)
|
|
- `dashboard_url` (String)
|
|
- `id` (String) Terraform's internal resource identifier.
|
|
- `image_url` (String)
|
|
- `name` (String) Instance name.
|
|
- `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.
|
|
- `version` (String) The service version.
|
|
|
|
<a id="nestedatt--parameters"></a>
|
|
### Nested Schema for `parameters`
|
|
|
|
Read-Only:
|
|
|
|
- `sgw_acl` (String)
|