You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/aws/ec2/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,6 @@ This Terraform module will produce an EC2 instance which can be accessed via ssh
37
37
| <aname="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 |
38
38
| <aname="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 |
39
39
| <aname="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
-
| <aname="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 |
41
40
| <aname="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 |
42
41
| <aname="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 |
43
42
| <aname="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