chore(observability): Add detailed informations to global config (#976)
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
This commit is contained in:
parent
9ac92b7ddc
commit
0eaaf75588
2 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ Required:
|
||||||
|
|
||||||
Optional:
|
Optional:
|
||||||
|
|
||||||
- `global` (Attributes) Global configuration for the alerts. (see [below for nested schema](#nestedatt--alert_config--global))
|
- `global` (Attributes) Global configuration for the alerts. If nothing passed the default argus config will be used. It is only possible to update the entire global part, not individual attributes. (see [below for nested schema](#nestedatt--alert_config--global))
|
||||||
|
|
||||||
<a id="nestedatt--alert_config--receivers"></a>
|
<a id="nestedatt--alert_config--receivers"></a>
|
||||||
### Nested Schema for `alert_config.receivers`
|
### Nested Schema for `alert_config.receivers`
|
||||||
|
|
|
||||||
|
|
@ -727,7 +727,7 @@ func (r *instanceResource) Schema(_ context.Context, _ resource.SchemaRequest, r
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"global": schema.SingleNestedAttribute{
|
"global": schema.SingleNestedAttribute{
|
||||||
Description: "Global configuration for the alerts.",
|
Description: "Global configuration for the alerts. If nothing passed the default argus config will be used. It is only possible to update the entire global part, not individual attributes.",
|
||||||
Optional: true,
|
Optional: true,
|
||||||
Computed: true,
|
Computed: true,
|
||||||
Attributes: map[string]schema.Attribute{
|
Attributes: map[string]schema.Attribute{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue