Skip to content

Commit

Permalink
feat: added resource
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Jun 7, 2023
1 parent 7dd81c4 commit 400c86e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ usage: |-
module "keypair" {
source = "clouddrove/keypair/aws"
version = "1.3.0"
public_key = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD3F6tyPEFEzV0LX3X8BsXdMsQ"
public_key = ""
create_private_key_enabled = true
enable_key_pair = true
}
```

0 comments on commit 400c86e

Please sign in to comment.