feat(observability): Min/Max acceptance tests (#805)

Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
This commit is contained in:
Alexander Dahmen 2025-05-07 10:49:34 +02:00 committed by GitHub
parent ab99821c30
commit c473560332
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 1062 additions and 908 deletions

View file

@ -175,6 +175,7 @@ func (a *alertGroupResource) Schema(_ context.Context, _ resource.SchemaRequest,
"interval": schema.StringAttribute{
Description: descriptions["interval"],
Optional: true,
Computed: true,
Validators: []validator.String{
validate.ValidDurationString(),
},