Extend Redis and RabbitMQ instance parameters (#431)
* 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>
This commit is contained in:
parent
923764172d
commit
9f82c3262b
15 changed files with 1009 additions and 244 deletions
|
|
@ -46,4 +46,16 @@ data "stackit_rabbitmq_instance" "example" {
|
|||
|
||||
Read-Only:
|
||||
|
||||
- `consumer_timeout` (Number)
|
||||
- `enable_monitoring` (Boolean)
|
||||
- `graphite` (String)
|
||||
- `max_disk_threshold` (Number)
|
||||
- `metrics_frequency` (Number)
|
||||
- `metrics_prefix` (String)
|
||||
- `monitoring_instance_id` (String)
|
||||
- `plugins` (List of String)
|
||||
- `roles` (List of String)
|
||||
- `sgw_acl` (String)
|
||||
- `syslog` (List of String)
|
||||
- `tls_ciphers` (List of String)
|
||||
- `tls_protocols` (String)
|
||||
|
|
|
|||
|
|
@ -46,4 +46,25 @@ data "stackit_redis_instance" "example" {
|
|||
|
||||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue