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
| <aname="input_ami_id"></a> [ami\_id](#input\_ami\_id)| AMI to use for the instance. Overrides the AMI specified in the Launch Template. |`string`|`null`| no |
61
+
| <aname="input_associate_public_ip_address"></a> [associate\_public\_ip\_address](#input\_associate\_public\_ip\_address)| Whether to associate a public IP address with an instance in a VPC. Overrides subnet setting. |`bool`|`null`| no |
62
+
| <aname="input_common_tags"></a> [common\_tags](#input\_common\_tags)| A map of tags to assign to every resource in this module. |`map(string)`|`{}`| no |
63
+
| <aname="input_ebs_optimized"></a> [ebs\_optimized](#input\_ebs\_optimized)| If true, the launched EC2 instance will be EBS-optimized. |`bool`|`null`| no |
64
+
| <aname="input_enable_resource_name_dns_a_record"></a> [enable\_resource\_name\_dns\_a\_record](#input\_enable\_resource\_name\_dns\_a\_record)| Indicates whether to respond to DNS queries for instance hostnames with DNS A records. Overrides subnet setting. |`bool`|`null`| no |
65
+
| <aname="input_enable_resource_name_dns_aaaa_record"></a> [enable\_resource\_name\_dns\_aaaa\_record](#input\_enable\_resource\_name\_dns\_aaaa\_record)| Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records. Overrides subnet setting. |`bool`|`null`| no |
66
+
| <aname="input_hostname_type"></a> [hostname\_type](#input\_hostname\_type)| Type of hostname for Amazon EC2 instances. Valid values: ip-name and resource-name. Overrides subnet setting. |`string`|`null`| no |
67
+
| <aname="input_iam_instance_profile"></a> [iam\_instance\_profile](#input\_iam\_instance\_profile)| IAM Instance Profile to launch the instance with. |`string`|`null`| no |
68
+
| <aname="input_instance_type"></a> [instance\_type](#input\_instance\_type)| Instance type to use for the instance. Overrides the instance type specified in the Launch Template. |`string`|`null`| no |
69
+
| <aname="input_key_name"></a> [key\_name](#input\_key\_name)| Key name of the Key Pair to use for the instance. |`string`|`null`| no |
70
+
| <aname="input_monitoring"></a> [monitoring](#input\_monitoring)| If true, the launched EC2 instance will have detailed monitoring enabled. |`bool`|`false`| no |
71
+
| <aname="input_name"></a> [name](#input\_name)| The 'Name' tag of instance. |`string`| n/a | yes |
72
+
| <aname="input_private_zone_id"></a> [private\_zone\_id](#input\_private\_zone\_id)| The ID of the hosted zone to contain private IP record. |`string`|`null`| no |
73
+
| <aname="input_private_zone_record_cnames"></a> [private\_zone\_record\_cnames](#input\_private\_zone\_record\_cnames)| The CNAMEs of the private zone record. |`list(string)`|`[]`| no |
74
+
| <aname="input_private_zone_record_name"></a> [private\_zone\_record\_name](#input\_private\_zone\_record\_name)| The name of the private zone record. Fallback to instance name. |`string`|`null`| no |
75
+
| <aname="input_private_zone_record_ttl"></a> [private\_zone\_record\_ttl](#input\_private\_zone\_record\_ttl)| The TTL of the private records. |`number`|`600`| no |
76
+
| <aname="input_public_zone_id"></a> [public\_zone\_id](#input\_public\_zone\_id)| The ID of the hosted zone to contain public IP record, if any. |`string`|`null`| no |
77
+
| <aname="input_public_zone_record_cnames"></a> [public\_zone\_record\_cnames](#input\_public\_zone\_record\_cnames)| The CNAMEs of the public zone record. |`list(string)`|`[]`| no |
78
+
| <aname="input_public_zone_record_name"></a> [public\_zone\_record\_name](#input\_public\_zone\_record\_name)| The name of the public zone record. Fallback to instance name. |`string`|`null`| no |
79
+
| <aname="input_public_zone_record_ttl"></a> [public\_zone\_record\_ttl](#input\_public\_zone\_record\_ttl)| The TTL of the public records. |`number`|`600`| no |
80
+
| <aname="input_root_iops"></a> [root\_iops](#input\_root\_iops)| Amount of provisioned IOPS. Only valid for root\_volume\_type of io1, io2 or gp3. Defaults to AMI setting. |`number`|`null`| no |
81
+
| <aname="input_root_volume_encryption"></a> [root\_volume\_encryption](#input\_root\_volume\_encryption)| Whether to enable root volume encryption. Defaults to AMI setting. |`bool`|`null`| no |
82
+
| <aname="input_root_volume_size"></a> [root\_volume\_size](#input\_root\_volume\_size)| Size of the root volume in gibibytes (GiB). Defaults to AMI setting. |`number`|`null`| no |
83
+
| <aname="input_root_volume_type"></a> [root\_volume\_type](#input\_root\_volume\_type)| Type of root volume. Defaults to AMI setting. |`string`|`null`| no |
84
+
| <aname="input_security_group_ids"></a> [security\_group\_ids](#input\_security\_group\_ids)| List of security group IDs to associate with. |`list(string)`|`[]`| no |
85
+
| <aname="input_source_dest_check"></a> [source\_dest\_check](#input\_source\_dest\_check)| Controls if traffic is routed to the instance when the destination address does not match the instance. |`bool`|`true`| no |
86
+
| <aname="input_subnet_id"></a> [subnet\_id](#input\_subnet\_id)| VPC Subnet ID to launch in. |`string`| n/a | yes |
87
+
| <aname="input_user_data"></a> [user\_data](#input\_user\_data)| User data to provide when launching the instance. |`string`|`null`| no |
88
+
| <aname="input_user_data_base64"></a> [user\_data\_base64](#input\_user\_data\_base64)| User data to provide when launching the instance. |`string`|`null`| no |
47
89
48
90
## Outputs
49
91
50
-
No outputs.
92
+
| Name | Description |
93
+
|------|-------------|
94
+
| <aname="output_arn"></a> [arn](#output\_arn)| The ARN of the instance. |
95
+
| <aname="output_id"></a> [id](#output\_id)| The ID of the instance. |
96
+
| <aname="output_private_ip"></a> [private\_ip](#output\_private\_ip)| The private IP of the instance. |
97
+
| <aname="output_public_ip"></a> [public\_ip](#output\_public\_ip)| The public IP of the instance. |
98
+
| <aname="output_root_volume_id"></a> [root\_volume\_id](#output\_root\_volume\_id)| The ID of the root volume. |
0 commit comments