Skip to content

Commit c6b5c65

Browse files
committed
fixed readme
1 parent 1bffc6c commit c6b5c65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ module "aws_key_pair" {
6565
## Inputs
6666
| Name | Description | Type | Default | Required |
6767
|------|-------------|------|---------|:--------:|
68-
| <a name="input_key_name"></a> [key_name](#input_key_name) | The name for the EC2 key pair. | `string` | `null` | no |
69-
| <a name="input_public_key"></a> [public_key](#input_public_key) | The public key material. | `string` | `""` | no |
68+
| <a name="input_key_name"></a> [key_name](#input_key_name) | The name for the EC2 key pair. | `string` | `null` | yes |
69+
| <a name="input_public_key"></a> [public_key](#input_public_key) | The public key material. | `string` | `""` | yes |
7070
| <a name="input_tags"></a> [tags](#input_tags) | A map of tags for the resources. | `map(string)` | `{}` | no |
7171

7272
## Outputs

0 commit comments

Comments
 (0)