clarify text: existing -> user-supplied (#11256)
This commit is contained in:
parent
2b68f8aa7f
commit
da48ac2d05
|
@ -10,7 +10,7 @@ description: |-
|
|||
|
||||
Provides an [EC2 key pair](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html) resource. A key pair is used to control login access to EC2 instances.
|
||||
|
||||
Currently this resource only supports importing an existing key pair, not creating a new key pair.
|
||||
Currently this resource only supports importing a user-supplied key pair, not the creation of a new key pair.
|
||||
|
||||
When importing an existing key pair the public key material may be in any format supported by AWS. Supported formats (per the [AWS documentation](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html#how-to-generate-your-own-key-and-import-it-to-aws)) are:
|
||||
|
||||
|
|
Loading…
Reference in New Issue