File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ module "aws_key_pair" {
65
65
## Inputs
66
66
| Name | Description | Type | Default | Required |
67
67
| ------| -------------| ------| ---------| :--------:|
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 |
70
70
| <a name =" input_tags " ></a > [ tags] ( #input_tags ) | A map of tags for the resources. | ` map(string) ` | ` {} ` | no |
71
71
72
72
## Outputs
You can’t perform that action at this time.
0 commit comments