* Extend RabbitMQ instance parameters (#409) * Extend Schema * initial parameter integration in resource * datasource, resource and acceptance testing * add docs, fix map fields edge case * improve testing * rename tls_protocols to singular * revert renaming * Extend Redis instance parameters (#410) * Extend Schema * initial parameter integration in resource * datasource, resource and acceptance testing * add docs, fix map fields edge case * improve testing * rename tls_protocols to singular * revert renaming * initial schema * resource and datasource * acceptance testing * fix linting and testing, generate docs * improve acceptance testing --------- Co-authored-by: Diogo Ferrão <diogo.ferrao@freiheit.com>
70 lines
2 KiB
Markdown
70 lines
2 KiB
Markdown
---
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
page_title: "stackit_redis_instance Data Source - stackit"
|
|
subcategory: ""
|
|
description: |-
|
|
Redis instance data source schema. Must have a region specified in the provider configuration.
|
|
---
|
|
|
|
# stackit_redis_instance (Data Source)
|
|
|
|
Redis instance data source schema. Must have a `region` specified in the provider configuration.
|
|
|
|
## Example Usage
|
|
|
|
```terraform
|
|
data "stackit_redis_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 Redis instance.
|
|
- `project_id` (String) STACKIT Project ID to which the instance is associated.
|
|
|
|
### Read-Only
|
|
|
|
- `cf_guid` (String)
|
|
- `cf_organization_guid` (String)
|
|
- `cf_space_guid` (String)
|
|
- `dashboard_url` (String)
|
|
- `id` (String) Terraform's internal data source. identifier. It is structured as "`project_id`,`instance_id`".
|
|
- `image_url` (String)
|
|
- `name` (String) Instance name.
|
|
- `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:
|
|
|
|
- `down_after_milliseconds` (Number)
|
|
- `enable_monitoring` (Boolean)
|
|
- `failover_timeout` (Number)
|
|
- `graphite` (String)
|
|
- `lazyfree_lazy_eviction` (String)
|
|
- `lazyfree_lazy_expire` (String)
|
|
- `lua_time_limit` (Number)
|
|
- `max_disk_threshold` (Number)
|
|
- `maxclients` (Number)
|
|
- `maxmemory_policy` (String)
|
|
- `maxmemory_samples` (Number)
|
|
- `metrics_frequency` (Number)
|
|
- `metrics_prefix` (String)
|
|
- `min_replicas_max_lag` (Number)
|
|
- `monitoring_instance_id` (String)
|
|
- `notify_keyspace_events` (String)
|
|
- `sgw_acl` (String)
|
|
- `snapshot` (String)
|
|
- `syslog` (List of String)
|
|
- `tls_ciphers` (List of String)
|
|
- `tls_ciphersuites` (String)
|
|
- `tls_protocols` (String)
|