alicloud_resource_manager_handshake
更新时间:
Provides a Resource Manager handshake resource. You can invite accounts to join a resource directory for unified management. For information about Resource Manager handshake and how to use it, see What is Resource Manager handshake.
-> NOTE: Available in v1.82.0+.
Example Usage
# Add a Resource Manager handshake.
resource "alicloud_resource_manager_handshake" "example" {
target_entity = "1182775234******"
target_type = "Account"
note = "test resource manager handshake"
}
Argument Reference
The following arguments are supported:
target_entity
- (Required, ForceNew) Invited account ID or login email.target_type
- (Required, ForceNew) Type of account being invited. Valid values:Account
,Email
.note
- (Optional, ForceNew) Remarks. The maximum length is 1024 characters.
Attributes Reference
The following attributes are exported:
id
- This ID of Resource Manager handshake.expire_time
- The expiration time of the invitation.master_account_id
- Resource account master account ID.master_account_name
- The name of the main account of the resource directory.modify_time
- The modification time of the invitation.resource_directory_id
- Resource directory ID.status
- Invitation status. Valid values:Pending
waiting for confirmation,Accepted
,Cancelled
,Declined
,Expired
.
Import
Resource Manager handshake can be imported using the id, e.g.
$ terraform import alicloud_resource_manager_handshake.example h-QmdexeFm1kE*****
文档内容是否对您有帮助?