From da48ac2d05d4cd048435d0b80534b35376384743 Mon Sep 17 00:00:00 2001 From: Marc Tamsky Date: Wed, 18 Jan 2017 03:43:19 -0800 Subject: [PATCH] clarify text: existing -> user-supplied (#11256) --- website/source/docs/providers/aws/r/key_pair.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/key_pair.html.markdown b/website/source/docs/providers/aws/r/key_pair.html.markdown index 2dd2e5292..8855f2404 100644 --- a/website/source/docs/providers/aws/r/key_pair.html.markdown +++ b/website/source/docs/providers/aws/r/key_pair.html.markdown @@ -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: