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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -232,6 +232,7 @@ No modules.
232
232
| <aname="input_ipv6_addresses"></a> [ipv6\_addresses](#input\_ipv6\_addresses)| Specify one or more IPv6 addresses from the range of the subnet to associate with the primary network interface |`list(string)`|`null`| no |
233
233
| <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 |
234
234
| <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)`|`null`| no |
235
+
| <aname="input_maintenance_options"></a> [maintenance\_options](#input\_maintenance\_options)| The maintenance options for the instance |`any`|`{}`| no |
235
236
| <aname="input_metadata_options"></a> [metadata\_options](#input\_metadata\_options)| Customize the metadata options of the instance |`map(string)`|`{}`| no |
236
237
| <aname="input_monitoring"></a> [monitoring](#input\_monitoring)| If true, the launched EC2 instance will have detailed monitoring enabled |`bool`|`false`| no |
237
238
| <aname="input_name"></a> [name](#input\_name)| Name to be used on EC2 instance created |`string`|`""`| no |
0 commit comments