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
|
|
@ -727,7 +727,7 @@ func (r *instanceResource) Schema(_ context.Context, _ resource.SchemaRequest, r
|
|||
},
|
||||
},
|
||||
"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,
|
||||
Computed: true,
|
||||
Attributes: map[string]schema.Attribute{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue