fix: set min ttl to 60 (#293)
This commit is contained in:
parent
f862fcecac
commit
3ea0f81900
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ func (r *recordSetResource) Schema(_ context.Context, _ resource.SchemaRequest,
|
||||||
Optional: true,
|
Optional: true,
|
||||||
Computed: true,
|
Computed: true,
|
||||||
Validators: []validator.Int64{
|
Validators: []validator.Int64{
|
||||||
int64validator.AtLeast(30),
|
int64validator.AtLeast(60),
|
||||||
int64validator.AtMost(99999999),
|
int64validator.AtMost(99999999),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue