Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clouddrove-ci committed Dec 30, 2022
1 parent 9bedbb5 commit f53a370
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down Expand Up @@ -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. |


Expand Down

0 comments on commit f53a370

Please sign in to comment.