You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "The name of the registry; string, required - this will be treated as the registry's ID, so choose a simple alphanumerical name without special signs and spaces",
32
32
Required: true,
33
33
},
34
+
"description": {
35
+
Type: schema.TypeString,
36
+
Description: "The description of the registry",
37
+
Computed: true,
38
+
},
34
39
"url": {
35
40
Type: schema.TypeString,
36
41
Description: "The URL, address or region of the registry",
0 commit comments