Skip to content

Commit 592007d

Browse files
slm0n87DiogoFerrao
andauthored
DNS: Fix rrsetNameLength validation (#345)
* fix rrsetNameLength validation * remove string length validation entirely Co-authored-by: Diogo Ferrão <diogo.ferrao@freiheit.com> --------- Co-authored-by: Diogo Ferrão <diogo.ferrao@freiheit.com>
1 parent 89b509d commit 592007d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

stackit/internal/services/dns/recordset/resource.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ func (r *recordSetResource) Schema(_ context.Context, _ resource.SchemaRequest,
149149
Required: true,
150150
Validators: []validator.String{
151151
stringvalidator.LengthAtLeast(1),
152-
stringvalidator.LengthAtMost(63),
153152
},
154153
},
155154
"fqdn": schema.StringAttribute{

0 commit comments

Comments
 (0)