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
Copy file name to clipboardExpand all lines: website/docs/r/enterprise_account.html.markdown
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ The following arguments are supported to create a new account in enterprise:
36
36
*`name` - (Required, string) The name of the account. This field must have 3 - 60 characters.
37
37
*`owner_iam_id` - (Required, string) The IAM ID of the account owner, such as `IBMid-0123ABC`. The IAM ID must already exist.
38
38
39
-
The following arguments are supported to import a new account in enterprise:
39
+
The following arguments are supported to import an existing standalone account in enterprise:
40
40
41
41
*`parent` - (Required, string) The CRN of the parent under which the account will be created. The parent can be an existing account group or the enterprise itself.
42
42
*`enterprise_id` - (Required, string) The enterprise ID where the account should be imported to.
@@ -62,3 +62,11 @@ In addition to all arguments above, the following attributes are exported:
62
62
*`created_by` - The IAM ID of the user or service that created the account.
63
63
*`updated_at` - The time stamp at which the account was last updated.
64
64
*`updated_by` - The IAM ID of the user or service that updated the account.
65
+
66
+
## Import
67
+
68
+
ibm_enterprise_account can be imported using account_id, eg.
0 commit comments