We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0338a commit 91449abCopy full SHA for 91449ab
internal/services/domain/registration.go
@@ -40,9 +40,10 @@ func ResourceRegistration() *schema.Resource {
40
Description: "List of domain names to be managed.",
41
},
42
"duration_in_years": {
43
- Type: schema.TypeInt,
44
- Optional: true,
45
- Default: 1,
+ Type: schema.TypeInt,
+ Description: "Duration of the registration period in years.",
+ Optional: true,
46
+ Default: 1,
47
48
"owner_contact_id": {
49
Type: schema.TypeString,
0 commit comments