From f53a370beef54ed95260b6dbbd9981309f1f3d36 Mon Sep 17 00:00:00 2001 From: clouddrove-ci Date: Fri, 30 Dec 2022 10:07:48 +0000 Subject: [PATCH] update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6efaa9..d0a427a 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Here is an example of how you can use this module in your inventory structure: ```hcl module "keypair" { source = "clouddrove/keypair/aws" - version = "0.15.0" + version = "1.3.0" enable_key_pair = true public_key = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD3F6tyPEFEzV0LX3X8BsXdMsQ" } @@ -110,6 +110,8 @@ Here is an example of how you can use this module in your inventory structure: | Name | Description | |------|-------------| +| arn | The key pair ARN. | +| id | The key pair name. | | name | Name of SSH key. |