fix: set min ttl to 60 (#293)

This commit is contained in:
Peter Stolz 2024-03-11 16:13:35 +01:00 committed by GitHub
parent f862fcecac
commit 3ea0f81900
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -166,7 +166,7 @@ func (r *recordSetResource) Schema(_ context.Context, _ resource.SchemaRequest,
Optional: true,
Computed: true,
Validators: []validator.Int64{
int64validator.AtLeast(30),
int64validator.AtLeast(60),
int64validator.AtMost(99999999),
},
},