Skip to content

Commit 6786be6

Browse files
terraform-docs: automated action
1 parent 5943627 commit 6786be6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/aws/ec2/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ This Terraform module will produce an EC2 instance which can be accessed via ssh
3737
| <a name="input_ami_id"></a> [ami\_id](#input\_ami\_id) | This is the id of the ami image used for the ec2 instance. | `string` | n/a | yes |
3838
| <a name="input_associate_public_ip_address"></a> [associate\_public\_ip\_address](#input\_associate\_public\_ip\_address) | This is a boolean value indicating if a public IP address should be associated with the EC2 instance. | `bool` | `true` | no |
3939
| <a name="input_availability_zone"></a> [availability\_zone](#input\_availability\_zone) | This is the availability zone you want the ec2 instance to be created in. | `string` | n/a | yes |
40-
| <a name="input_custom_ssh_key"></a> [custom\_ssh\_key](#input\_custom\_ssh\_key) | Provide a SSH Key to have that key used for this box, by default the SSH key will be managed by this module | `string` | `""` | no |
4140
| <a name="input_ec2_instance_type"></a> [ec2\_instance\_type](#input\_ec2\_instance\_type) | This is the type of EC2 instance you want. | `string` | `"t2.micro"` | no |
4241
| <a name="input_needs_elastic_ip"></a> [needs\_elastic\_ip](#input\_needs\_elastic\_ip) | This is a boolean value indicating whether an elastic IP should be generated and associated with the EC2 instance. | `bool` | `false` | no |
4342
| <a name="input_owner"></a> [owner](#input\_owner) | This is used to specify the owner of the resources in this module. | `string` | n/a | yes |

0 commit comments

Comments
 (0)