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
ValidateFunc: StringMatch(regexp.MustCompile("^[A-Za-z0-9_.][A-Za-z0-9_.-]{0,49}[A-Za-z0-9_.].onaliyun.com$"), "The default_domain_name (with suffix) has a maximum length of 64 characters and must end with .onaliyun.com."),
61
+
},
56
62
"status": {
57
63
Type: schema.TypeString,
58
64
Computed: true,
@@ -92,6 +98,19 @@ func resourceAliCloudGovernanceAccountCreate(d *schema.ResourceData, meta interf
Copy file name to clipboardexpand all lines: website/docs/r/governance_account.html.markdown
+3
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,9 @@ The following arguments are supported:
84
84
85
85
If the registration application is applied to an existing account, this parameter does not need to be filled in.
86
86
*`payer_account_id` - (Optional) The ID of the billing account. If you leave this parameter empty, the current account is used as the billing account.
87
+
*`default_domain_name` - (Optional, Available since v1.231.0) The domain name is used to qualify the login name of RAM users and RAM roles.
88
+
89
+
Format: \<AccountAlias>.onaliyun.com where \<AccountAlias> is the account alias, and the default value is the Aliyun account ID. The default domain name must end with the .onaliyun.com suffix. The maximum length of the default domain name (including suffix) is 64 characters. It can contain English letters, numbers, English periods (.) , dashes (-) and underscores (_).
0 commit comments