alicloud_ecp_key_pair
更新时间:
Provides a Elastic Cloud Phone (ECP) Key Pair resource.
For information about Elastic Cloud Phone (ECP) Key Pair and how to use it, see What is Key Pair.
-> NOTE: Available in v1.130.0+.
Example Usage
Basic Usage
resource "alicloud_ecp_key_pair" "example" {
key_pair_name = "my-KeyPair"
public_key_body = "ssh-rsa AAAAxxxxxxxxxxtyuudsfsg"
}
Argument Reference
The following arguments are supported:
key_pair_name
- (Required, ForceNew) The Key Name.public_key_body
- (Required) The public key body.
Attributes Reference
The following attributes are exported:
id
- The resource ID in terraform of Key Pair. Its value is same askey_pair_name
.
Import
Elastic Cloud Phone (ECP) Key Pair can be imported using the id, e.g.
$ terraform import alicloud_ecp_key_pair.example <key_pair_name>
文档内容是否对您有帮助?