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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@ The following combinations are supported to conditionally create resources:
157
157
- Changes in `ebs_block_device` argument will be ignored. Use [aws_volume_attachment](https://www.terraform.io/docs/providers/aws/r/volume_attachment.html) resource to attach and detach volumes from AWS EC2 instances. See [this example](https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/tree/master/examples/volume-attachment).
158
158
- In regards to spot instances, you must grant the `AWSServiceRoleForEC2Spot` service-linked role access to any custom KMS keys, otherwise your spot request and instances will fail with `bad parameters`. You can see more details about why the request failed by using the awscli and `aws ec2 describe-spot-instance-requests`
159
159
160
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
160
+
<!--BEGIN_TF_DOCS-->
161
161
## Requirements
162
162
163
163
| Name | Version |
@@ -236,7 +236,7 @@ No modules.
236
236
| <aname="input_key_name"></a> [key\_name](#input\_key\_name)| Key name of the Key Pair to use for the instance; which can be managed using the `aws_key_pair` resource |`string`|`null`| no |
237
237
| <aname="input_launch_template"></a> [launch\_template](#input\_launch\_template)| Specifies a Launch Template to configure the instance. Parameters configured on this resource will override the corresponding parameters in the Launch Template |`map(string)`|`{}`| no |
238
238
| <aname="input_maintenance_options"></a> [maintenance\_options](#input\_maintenance\_options)| The maintenance options for the instance |`any`|`{}`| no |
239
-
| <aname="input_metadata_options"></a> [metadata\_options](#input\_metadata\_options)| Customize the metadata options of the instance |`map(string)`| <pre>{<br> "http_endpoint": "enabled",<br> "http_put_response_hop_limit": 1,<br> "http_tokens": "optional"<br>}</pre> | no |
239
+
| <aname="input_metadata_options"></a> [metadata\_options](#input\_metadata\_options)| Customize the metadata options of the instance |`map(string)`| <pre>{<br/> "http_endpoint": "enabled",<br/> "http_put_response_hop_limit": 1,<br/> "http_tokens": "optional"<br/>}</pre> | no |
240
240
| <aname="input_monitoring"></a> [monitoring](#input\_monitoring)| If true, the launched EC2 instance will have detailed monitoring enabled |`bool`|`null`| no |
241
241
| <aname="input_name"></a> [name](#input\_name)| Name to be used on EC2 instance created |`string`|`""`| no |
242
242
| <aname="input_network_interface"></a> [network\_interface](#input\_network\_interface)| Customize network interfaces to be attached at instance boot time |`list(map(string))`|`[]`| no |
@@ -296,7 +296,7 @@ No modules.
296
296
| <aname="output_spot_instance_id"></a> [spot\_instance\_id](#output\_spot\_instance\_id)| The Instance ID (if any) that is currently fulfilling the Spot Instance request |
297
297
| <aname="output_spot_request_state"></a> [spot\_request\_state](#output\_spot\_request\_state)| The current request state of the Spot Instance Request |
298
298
| <aname="output_tags_all"></a> [tags\_all](#output\_tags\_all)| A map of tags assigned to the resource, including those inherited from the provider default\_tags configuration block |
Copy file name to clipboardExpand all lines: examples/complete/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ $ terraform apply
14
14
15
15
Note that this example may create resources which can cost money. Run `terraform destroy` when you don't need these resources.
16
16
17
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
17
+
<!--BEGIN_TF_DOCS-->
18
18
## Requirements
19
19
20
20
| Name | Version |
@@ -122,4 +122,4 @@ No inputs.
122
122
| <aname="output_spot_instance_availability_zone"></a> [spot\_instance\_availability\_zone](#output\_spot\_instance\_availability\_zone)| The availability zone of the created spot instance |
123
123
| <aname="output_spot_instance_id"></a> [spot\_instance\_id](#output\_spot\_instance\_id)| The Instance ID (if any) that is currently fulfilling the Spot Instance request |
124
124
| <aname="output_spot_request_state"></a> [spot\_request\_state](#output\_spot\_request\_state)| The current request state of the Spot Instance Request |
Copy file name to clipboardExpand all lines: examples/session-manager/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ You will need to have the Session Manager plugin for the AWS CLI installed to ex
24
24
25
25
Note that this example may create resources which can cost money. Run `terraform destroy` when you don't need these resources.
26
26
27
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
27
+
<!--BEGIN_TF_DOCS-->
28
28
## Requirements
29
29
30
30
| Name | Version |
@@ -80,4 +80,4 @@ No inputs.
80
80
| <aname="output_ec2_root_block_device"></a> [ec2\_root\_block\_device](#output\_ec2\_root\_block\_device)| Root block device information |
81
81
| <aname="output_ec2_tags_all"></a> [ec2\_tags\_all](#output\_ec2\_tags\_all)| A map of tags assigned to the resource, including those inherited from the provider default\_tags configuration block |
82
82
| <aname="output_ssm_connect_command"></a> [ssm\_connect\_command](#output\_ssm\_connect\_command)| The AWS CLI command to connect to the instance using Session Manager |
Copy file name to clipboardExpand all lines: examples/volume-attachment/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ $ terraform apply
16
16
17
17
Note that this example may create resources which can cost money. Run `terraform destroy` when you don't need these resources.
18
18
19
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
19
+
<!--BEGIN_TF_DOCS-->
20
20
## Requirements
21
21
22
22
| Name | Version |
@@ -65,4 +65,4 @@ No inputs.
65
65
| <aname="output_ec2_public_dns"></a> [ec2\_public\_dns](#output\_ec2\_public\_dns)| The public DNS name assigned to the instance. For EC2-VPC, this is only available if you've enabled DNS hostnames for your VPC |
66
66
| <aname="output_ec2_public_ip"></a> [ec2\_public\_ip](#output\_ec2\_public\_ip)| The public IP address assigned to the instance, if applicable. NOTE: If you are using an aws\_eip with your instance, you should refer to the EIP's address directly and not use `public_ip` as this field will change after the EIP is attached |
67
67
| <aname="output_ec2_tags_all"></a> [ec2\_tags\_all](#output\_ec2\_tags\_all)| A map of tags assigned to the resource, including those inherited from the provider default\_tags configuration block |
0 commit comments