Extend MariaDB instance parameters (#441)
* Extend MariaDB instance parameters * Fix linter * Improve monitoring_instance_id field documentation * Add documentation for graphite field * Add Argus instance as example to monitoring_instance_id description * Specify that a STACKIT monitoring instance is expected
This commit is contained in:
parent
a08dbd8926
commit
b54c671082
18 changed files with 377 additions and 117 deletions
|
|
@ -20,6 +20,7 @@ data "stackit_logme_instance" "example" {
|
|||
```
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
|
@ -42,6 +43,7 @@ data "stackit_logme_instance" "example" {
|
|||
- `version` (String) The service version.
|
||||
|
||||
<a id="nestedatt--parameters"></a>
|
||||
|
||||
### Nested Schema for `parameters`
|
||||
|
||||
Read-Only:
|
||||
|
|
@ -63,7 +65,7 @@ Read-Only:
|
|||
- `max_disk_threshold` (Number) The maximum disk threshold in MB. If the disk usage exceeds this threshold, the instance will be stopped.
|
||||
- `metrics_frequency` (Number) The frequency in seconds at which metrics are emitted (in seconds).
|
||||
- `metrics_prefix` (String) The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key.
|
||||
- `monitoring_instance_id` (String) The monitoring instance ID.
|
||||
- `monitoring_instance_id` (String) The ID of the STACKIT monitoring instance.
|
||||
- `opensearch_tls_ciphers` (List of String)
|
||||
- `opensearch_tls_protocols` (List of String)
|
||||
- `sgw_acl` (String) Comma separated list of IP networks in CIDR notation which are allowed to access this instance.
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ data "stackit_mariadb_instance" "example" {
|
|||
```
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
|
@ -42,8 +43,16 @@ data "stackit_mariadb_instance" "example" {
|
|||
- `version` (String) The service version.
|
||||
|
||||
<a id="nestedatt--parameters"></a>
|
||||
|
||||
### Nested Schema for `parameters`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `sgw_acl` (String)
|
||||
- `enable_monitoring` (Boolean) Enable monitoring.
|
||||
- `graphite` (String)
|
||||
- `max_disk_threshold` (Number) The maximum disk threshold in MB. If the disk usage exceeds this threshold, the instance will be stopped.
|
||||
- `metrics_frequency` (Number) The frequency in seconds at which metrics are emitted.
|
||||
- `metrics_prefix` (String) The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key
|
||||
- `monitoring_instance_id` (String) The ID of the STACKIT monitoring instance.
|
||||
- `sgw_acl` (String) Comma separated list of IP networks in CIDR notation which are allowed to access this instance.
|
||||
- `syslog` (List of String) List of syslog servers to send logs to.
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ data "stackit_rabbitmq_instance" "example" {
|
|||
```
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
|
@ -42,6 +43,7 @@ data "stackit_rabbitmq_instance" "example" {
|
|||
- `version` (String) The service version.
|
||||
|
||||
<a id="nestedatt--parameters"></a>
|
||||
|
||||
### Nested Schema for `parameters`
|
||||
|
||||
Read-Only:
|
||||
|
|
@ -52,7 +54,7 @@ Read-Only:
|
|||
- `max_disk_threshold` (Number) The maximum disk threshold in MB. If the disk usage exceeds this threshold, the instance will be stopped.
|
||||
- `metrics_frequency` (Number) The frequency in seconds at which metrics are emitted.
|
||||
- `metrics_prefix` (String) The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key
|
||||
- `monitoring_instance_id` (String) The monitoring instance ID.
|
||||
- `monitoring_instance_id` (String) The ID of the STACKIT monitoring instance.
|
||||
- `plugins` (List of String) List of plugins to install. Must be a supported plugin name.
|
||||
- `roles` (List of String) List of roles to assign to the instance.
|
||||
- `sgw_acl` (String) Comma separated list of IP networks in CIDR notation which are allowed to access this instance.
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ data "stackit_redis_instance" "example" {
|
|||
```
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
|
@ -42,6 +43,7 @@ data "stackit_redis_instance" "example" {
|
|||
- `version` (String) The service version.
|
||||
|
||||
<a id="nestedatt--parameters"></a>
|
||||
|
||||
### Nested Schema for `parameters`
|
||||
|
||||
Read-Only:
|
||||
|
|
@ -60,7 +62,7 @@ Read-Only:
|
|||
- `metrics_frequency` (Number) The frequency in seconds at which metrics are emitted.
|
||||
- `metrics_prefix` (String) The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key
|
||||
- `min_replicas_max_lag` (Number) The minimum replicas maximum lag.
|
||||
- `monitoring_instance_id` (String) The monitoring instance ID.
|
||||
- `monitoring_instance_id` (String) The ID of the STACKIT monitoring instance.
|
||||
- `notify_keyspace_events` (String) The notify keyspace events.
|
||||
- `sgw_acl` (String) Comma separated list of IP networks in CIDR notation which are allowed to access this instance.
|
||||
- `snapshot` (String) The snapshot configuration.
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ resource "stackit_logme_instance" "example" {
|
|||
```
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
|
@ -50,6 +51,7 @@ resource "stackit_logme_instance" "example" {
|
|||
- `plan_id` (String) The selected plan ID.
|
||||
|
||||
<a id="nestedatt--parameters"></a>
|
||||
|
||||
### Nested Schema for `parameters`
|
||||
|
||||
Optional:
|
||||
|
|
@ -71,7 +73,7 @@ Optional:
|
|||
- `max_disk_threshold` (Number) The maximum disk threshold in MB. If the disk usage exceeds this threshold, the instance will be stopped.
|
||||
- `metrics_frequency` (Number) The frequency in seconds at which metrics are emitted (in seconds).
|
||||
- `metrics_prefix` (String) The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key.
|
||||
- `monitoring_instance_id` (String) The monitoring instance ID.
|
||||
- `monitoring_instance_id` (String) The ID of the STACKIT monitoring instance.
|
||||
- `opensearch_tls_ciphers` (List of String)
|
||||
- `opensearch_tls_protocols` (List of String)
|
||||
- `sgw_acl` (String) Comma separated list of IP networks in CIDR notation which are allowed to access this instance.
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ resource "stackit_mariadb_instance" "example" {
|
|||
```
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
|
@ -50,8 +51,16 @@ resource "stackit_mariadb_instance" "example" {
|
|||
- `plan_id` (String) The selected plan ID.
|
||||
|
||||
<a id="nestedatt--parameters"></a>
|
||||
|
||||
### Nested Schema for `parameters`
|
||||
|
||||
Optional:
|
||||
|
||||
- `sgw_acl` (String)
|
||||
- `enable_monitoring` (Boolean) Enable monitoring.
|
||||
- `graphite` (String) Graphite server URL (host and port). If set, monitoring with Graphite will be enabled.
|
||||
- `max_disk_threshold` (Number) The maximum disk threshold in MB. If the disk usage exceeds this threshold, the instance will be stopped.
|
||||
- `metrics_frequency` (Number) The frequency in seconds at which metrics are emitted.
|
||||
- `metrics_prefix` (String) The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key
|
||||
- `monitoring_instance_id` (String) The ID of the STACKIT monitoring instance.
|
||||
- `sgw_acl` (String) Comma separated list of IP networks in CIDR notation which are allowed to access this instance.
|
||||
- `syslog` (List of String) List of syslog servers to send logs to.
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ resource "stackit_rabbitmq_instance" "example" {
|
|||
```
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
|
@ -53,6 +54,7 @@ resource "stackit_rabbitmq_instance" "example" {
|
|||
- `plan_id` (String) The selected plan ID.
|
||||
|
||||
<a id="nestedatt--parameters"></a>
|
||||
|
||||
### Nested Schema for `parameters`
|
||||
|
||||
Optional:
|
||||
|
|
@ -63,7 +65,7 @@ Optional:
|
|||
- `max_disk_threshold` (Number) The maximum disk threshold in MB. If the disk usage exceeds this threshold, the instance will be stopped.
|
||||
- `metrics_frequency` (Number) The frequency in seconds at which metrics are emitted.
|
||||
- `metrics_prefix` (String) The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key
|
||||
- `monitoring_instance_id` (String) The monitoring instance ID.
|
||||
- `monitoring_instance_id` (String) The ID of the STACKIT monitoring instance.
|
||||
- `plugins` (List of String) List of plugins to install. Must be a supported plugin name.
|
||||
- `roles` (List of String) List of roles to assign to the instance.
|
||||
- `sgw_acl` (String) Comma separated list of IP networks in CIDR notation which are allowed to access this instance.
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ resource "stackit_redis_instance" "example" {
|
|||
```
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
|
@ -53,6 +54,7 @@ resource "stackit_redis_instance" "example" {
|
|||
- `plan_id` (String) The selected plan ID.
|
||||
|
||||
<a id="nestedatt--parameters"></a>
|
||||
|
||||
### Nested Schema for `parameters`
|
||||
|
||||
Optional:
|
||||
|
|
@ -71,7 +73,7 @@ Optional:
|
|||
- `metrics_frequency` (Number) The frequency in seconds at which metrics are emitted.
|
||||
- `metrics_prefix` (String) The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key
|
||||
- `min_replicas_max_lag` (Number) The minimum replicas maximum lag.
|
||||
- `monitoring_instance_id` (String) The monitoring instance ID.
|
||||
- `monitoring_instance_id` (String) The ID of the STACKIT monitoring instance.
|
||||
- `notify_keyspace_events` (String) The notify keyspace events.
|
||||
- `sgw_acl` (String) Comma separated list of IP networks in CIDR notation which are allowed to access this instance.
|
||||
- `snapshot` (String) The snapshot configuration.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue