Skip to content

Commit 91449ab

Browse files
committed
docs: add description for domain
1 parent 1a0338a commit 91449ab

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

internal/services/domain/registration.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ func ResourceRegistration() *schema.Resource {
4040
Description: "List of domain names to be managed.",
4141
},
4242
"duration_in_years": {
43-
Type: schema.TypeInt,
44-
Optional: true,
45-
Default: 1,
43+
Type: schema.TypeInt,
44+
Description: "Duration of the registration period in years.",
45+
Optional: true,
46+
Default: 1,
4647
},
4748
"owner_contact_id": {
4849
Type: schema.TypeString,

0 commit comments

Comments
 (0)