Skip to content

Commit 531950f

Browse files
authored
Extend mariadb_instance docs for monitoring_instance_id (#662)
1 parent 91f9b16 commit 531950f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/resources/mariadb_instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ Optional:
5959
- `max_disk_threshold` (Number) The maximum disk threshold in MB. If the disk usage exceeds this threshold, the instance will be stopped.
6060
- `metrics_frequency` (Number) The frequency in seconds at which metrics are emitted.
6161
- `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
62-
- `monitoring_instance_id` (String) The ID of the STACKIT monitoring instance.
62+
- `monitoring_instance_id` (String) The ID of the STACKIT monitoring instance. Monitoring instances with the plan "Observability-Monitoring-Starter" are not supported.
6363
- `sgw_acl` (String) Comma separated list of IP networks in CIDR notation which are allowed to access this instance.
6464
- `syslog` (List of String) List of syslog servers to send logs to.

stackit/internal/services/mariadb/instance/resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ func (r *instanceResource) Schema(_ context.Context, _ resource.SchemaRequest, r
146146
"max_disk_threshold": "The maximum disk threshold in MB. If the disk usage exceeds this threshold, the instance will be stopped.",
147147
"metrics_frequency": "The frequency in seconds at which metrics are emitted.",
148148
"metrics_prefix": "The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key",
149-
"monitoring_instance_id": "The ID of the STACKIT monitoring instance.",
149+
"monitoring_instance_id": "The ID of the STACKIT monitoring instance. Monitoring instances with the plan \"Observability-Monitoring-Starter\" are not supported.",
150150
"syslog": "List of syslog servers to send logs to.",
151151
}
152152

0 commit comments

Comments
 (0)