chore(observability): Add detailed informations to global config (#976)

Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
This commit is contained in:
Alexander Dahmen 2025-09-02 15:18:53 +02:00 committed by GitHub
parent 9ac92b7ddc
commit 0eaaf75588
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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{