Skip to content

Commit 0eaaf75

Browse files
authored
chore(observability): Add detailed informations to global config (#976)
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 9ac92b7 commit 0eaaf75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/resources/observability_instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Required:
8080

8181
Optional:
8282

83-
- `global` (Attributes) Global configuration for the alerts. (see [below for nested schema](#nestedatt--alert_config--global))
83+
- `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))
8484

8585
<a id="nestedatt--alert_config--receivers"></a>
8686
### Nested Schema for `alert_config.receivers`

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ func (r *instanceResource) Schema(_ context.Context, _ resource.SchemaRequest, r
727727
},
728728
},
729729
"global": schema.SingleNestedAttribute{
730-
Description: "Global configuration for the alerts.",
730+
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.",
731731
Optional: true,
732732
Computed: true,
733733
Attributes: map[string]schema.Attribute{

0 commit comments

Comments
 (0)