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_launch_template_default_version"></a> [launch\_template\_default\_version](#input\_launch\_template\_default\_version)| Default version of the launch template |`string`|`null`| no |
130
130
| <aname="input_launch_template_description"></a> [launch\_template\_description](#input\_launch\_template\_description)| Description of the launch template |`string`|`null`| no |
131
131
| <aname="input_launch_template_name"></a> [launch\_template\_name](#input\_launch\_template\_name)| Launch template name - either to be created (`var.create_launch_template` = `true`) or existing (`var.create_launch_template` = `false`) |`string`|`""`| no |
132
+
| <aname="input_launch_template_tags"></a> [launch\_template\_tags](#input\_launch\_template\_tags)| A map of additional tags to add to the tag\_specifications of launch template created |`map(string)`|`{}`| no |
132
133
| <aname="input_launch_template_use_name_prefix"></a> [launch\_template\_use\_name\_prefix](#input\_launch\_template\_use\_name\_prefix)| Determines whether to use `launch_template_name` as is or create a unique name beginning with the `launch_template_name` as the prefix |`bool`|`true`| no |
133
134
| <aname="input_launch_template_version"></a> [launch\_template\_version](#input\_launch\_template\_version)| Launch template version number. The default is `$Default`|`string`|`null`| no |
134
135
| <aname="input_license_specifications"></a> [license\_specifications](#input\_license\_specifications)| A list of license specifications to associate with |`map(string)`|`null`| no |
| <aname="input_launch_template_default_version"></a> [launch\_template\_default\_version](#input\_launch\_template\_default\_version)| Default Version of the launch template |`string`|`null`| no |
129
129
| <aname="input_launch_template_description"></a> [launch\_template\_description](#input\_launch\_template\_description)| Description of the launch template |`string`|`null`| no |
130
130
| <aname="input_launch_template_name"></a> [launch\_template\_name](#input\_launch\_template\_name)| Launch template name - either to be created (`var.create_launch_template` = `true`) or existing (`var.create_launch_template` = `false`) |`string`|`null`| no |
131
+
| <aname="input_launch_template_tags"></a> [launch\_template\_tags](#input\_launch\_template\_tags)| A map of additional tags to add to the tag\_specifications of launch template created |`map(string)`|`{}`| no |
131
132
| <aname="input_launch_template_use_name_prefix"></a> [launch\_template\_use\_name\_prefix](#input\_launch\_template\_use\_name\_prefix)| Determines whether to use `launch_template_name` as is or create a unique name beginning with the `launch_template_name` as the prefix |`bool`|`true`| no |
132
133
| <aname="input_launch_template_version"></a> [launch\_template\_version](#input\_launch\_template\_version)| Launch template version. Can be version number, `$Latest`, or `$Default`|`string`|`null`| no |
133
134
| <aname="input_license_specifications"></a> [license\_specifications](#input\_license\_specifications)| A list of license specifications to associate with |`map(string)`|`null`| no |
0 commit comments