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_timeouts"></a> [timeouts](#input\_timeouts)| Define maximum timeout for creating, updating, and deleting EC2 instance resources |`map(string)`|`{}`| no |
241
241
| <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 |
242
242
| <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 |
243
+
| <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`|`false`| no |
243
244
| <aname="input_volume_tags"></a> [volume\_tags](#input\_volume\_tags)| A mapping of tags to assign to the devices created by the instance at launch time |`map(string)`|`{}`| no |
244
245
| <aname="input_vpc_security_group_ids"></a> [vpc\_security\_group\_ids](#input\_vpc\_security\_group\_ids)| A list of security group IDs to associate with |`list(string)`|`null`| no |
description="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."
213
+
type=bool
214
+
default=false
215
+
}
216
+
211
217
variable"volume_tags" {
212
218
description="A mapping of tags to assign to the devices created by the instance at launch time"
0 commit comments