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
@@ -62,7 +62,7 @@ The following arguments are supported:
62
62
*`account` - (Optional, ForceNew) Update resource for a specified account. Must be used with the `domainid` parameter.
63
63
*`domainid` - (Optional, ForceNew) Update resource limits for all accounts in specified domain. If used with the `account` parameter, updates resource limits for a specified account in specified domain.
64
64
*`max` - (Optional) Maximum resource limit. Use `-1` for unlimited resource limit. A value of `0` means zero resources are allowed, though the CloudStack API may return `-1` for a limit set to `0`.
65
-
*`projectid` - (Optional, ForceNew) Update resource limits for project.
65
+
*`project` - (Optional, ForceNew) Update resource limits for project.
66
66
67
67
## Attributes Reference
68
68
@@ -73,7 +73,7 @@ The following attributes are exported:
73
73
*`max` - The maximum number of the resource.
74
74
*`account` - The account of the resource limit.
75
75
*`domainid` - The domain ID of the resource limit.
76
-
*`projectid` - The project ID of the resource limit.
76
+
*`project` - The project ID of the resource limit.
0 commit comments