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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -275,7 +275,7 @@ No modules.
275
275
| <aname="input_subnet_id"></a> [subnet\_id](#input\_subnet\_id)| The VPC Subnet ID to launch in |`string`|`null`| no |
276
276
| <aname="input_tags"></a> [tags](#input\_tags)| A mapping of tags to assign to the resource |`map(string)`|`{}`| no |
277
277
| <aname="input_tenancy"></a> [tenancy](#input\_tenancy)| The tenancy of the instance (if the instance is running in a VPC). Available values: default, dedicated, host |`string`|`null`| no |
278
-
| <aname="input_timeouts"></a> [timeouts](#input\_timeouts)| Define maximum timeout for creating, updating, and deleting EC2 instance resources |`map(string)`|`{}`| no |
278
+
| <aname="input_timeouts"></a> [timeouts](#input\_timeouts)| Define maximum timeout for creating, updating, and deleting EC2 instance resources |<pre>object({<br/> create = optional(string)<br/> update = optional(string)<br/> delete = optional(string)<br/> })</pre> |`null`| no |
279
279
| <aname="input_user_data"></a> [user\_data](#input\_user\_data)| The user data to provide when launching the instance. Do not pass gzip-compressed data via this argument; see user\_data\_base64 instead |`string`|`null`| no |
280
280
| <aname="input_user_data_base64"></a> [user\_data\_base64](#input\_user\_data\_base64)| Can be used instead of user\_data to pass base64-encoded binary data directly. Use this instead of user\_data whenever the value is not a valid UTF-8 string. For example, gzip-encoded user data must be base64-encoded and passed via this argument to avoid corruption |`string`|`null`| no |
281
281
| <aname="input_user_data_replace_on_change"></a> [user\_data\_replace\_on\_change](#input\_user\_data\_replace\_on\_change)| When used in combination with user\_data or user\_data\_base64 will trigger a destroy and recreate when set to true. Defaults to false if not set |`bool`|`null`| no |
0 commit comments