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_availability_zone"></a> [availability\_zone](#input\_availability\_zone)| Availability Zone the instance is launched in. If not set, will be launched in the first AZ of the region |`string`|`""`| no |
279
275
| <aname="input_comparison_operator"></a> [comparison\_operator](#input\_comparison\_operator)| The arithmetic operation to use when comparing the specified Statistic and Threshold. Possible values are: GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold, LessThanOrEqualToThreshold |`string`|`"GreaterThanOrEqualToThreshold"`| no |
280
276
| <aname="input_context"></a> [context](#input\_context)| Single object for setting entire context at once.<br>See description of individual variables for details.<br>Leave string and numeric variables as `null` to use default value.<br>Individual variable settings (non-null) override settings in context object,<br>except for attributes, tags, and additional\_tag\_map, which are merged. |`any`| <pre>{<br> "additional_tag_map": {},<br> "attributes": [],<br> "delimiter": null,<br> "enabled": true,<br> "environment": null,<br> "id_length_limit": null,<br> "label_key_case": null,<br> "label_order": [],<br> "label_value_case": null,<br> "name": null,<br> "namespace": null,<br> "regex_replace_chars": null,<br> "stage": null,<br> "tags": {}<br>}</pre> | no |
281
-
| <aname="input_create_default_security_group"></a> [create\_default\_security\_group](#input\_create\_default\_security\_group)| Create default Security Group with only Egress traffic allowed |`bool`|`true`| no |
282
277
| <aname="input_default_alarm_action"></a> [default\_alarm\_action](#input\_default\_alarm\_action)| Default alarm action |`string`|`"action/actions/AWS_EC2.InstanceId.Reboot/1.0"`| no |
283
278
| <aname="input_delete_on_termination"></a> [delete\_on\_termination](#input\_delete\_on\_termination)| Whether the volume should be destroyed on instance termination |`bool`|`true`| no |
284
279
| <aname="input_delimiter"></a> [delimiter](#input\_delimiter)| Delimiter to be used between `namespace`, `environment`, `stage`, `name` and `attributes`.<br>Defaults to `-` (hyphen). Set to `""` to use no delimiter at all. |`string`|`null`| no |
@@ -333,7 +328,6 @@ Available targets:
333
328
| <aname="input_tags"></a> [tags](#input\_tags)| Additional tags (e.g. `map('BusinessUnit','XYZ')`|`map(string)`|`{}`| no |
334
329
| <aname="input_user_data"></a> [user\_data](#input\_user\_data)| Instance user data. Do not pass gzip-compressed data via this argument |`string`|`""`| no |
335
330
| <aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| The ID of the VPC that the instance security group belongs to |`string`| n/a | yes |
336
-
| <aname="input_welcome_message"></a> [welcome\_message](#input\_welcome\_message)| Welcome message |`string`|`""`| no |
| <aname="input_availability_zone"></a> [availability\_zone](#input\_availability\_zone)| Availability Zone the instance is launched in. If not set, will be launched in the first AZ of the region |`string`|`""`| no |
56
56
| <aname="input_comparison_operator"></a> [comparison\_operator](#input\_comparison\_operator)| The arithmetic operation to use when comparing the specified Statistic and Threshold. Possible values are: GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold, LessThanOrEqualToThreshold |`string`|`"GreaterThanOrEqualToThreshold"`| no |
57
57
| <aname="input_context"></a> [context](#input\_context)| Single object for setting entire context at once.<br>See description of individual variables for details.<br>Leave string and numeric variables as `null` to use default value.<br>Individual variable settings (non-null) override settings in context object,<br>except for attributes, tags, and additional\_tag\_map, which are merged. |`any`| <pre>{<br> "additional_tag_map": {},<br> "attributes": [],<br> "delimiter": null,<br> "enabled": true,<br> "environment": null,<br> "id_length_limit": null,<br> "label_key_case": null,<br> "label_order": [],<br> "label_value_case": null,<br> "name": null,<br> "namespace": null,<br> "regex_replace_chars": null,<br> "stage": null,<br> "tags": {}<br>}</pre> | no |
58
-
| <aname="input_create_default_security_group"></a> [create\_default\_security\_group](#input\_create\_default\_security\_group)| Create default Security Group with only Egress traffic allowed |`bool`|`true`| no |
59
58
| <aname="input_default_alarm_action"></a> [default\_alarm\_action](#input\_default\_alarm\_action)| Default alarm action |`string`|`"action/actions/AWS_EC2.InstanceId.Reboot/1.0"`| no |
60
59
| <aname="input_delete_on_termination"></a> [delete\_on\_termination](#input\_delete\_on\_termination)| Whether the volume should be destroyed on instance termination |`bool`|`true`| no |
61
60
| <aname="input_delimiter"></a> [delimiter](#input\_delimiter)| Delimiter to be used between `namespace`, `environment`, `stage`, `name` and `attributes`.<br>Defaults to `-` (hyphen). Set to `""` to use no delimiter at all. |`string`|`null`| no |
@@ -110,7 +109,6 @@
110
109
| <aname="input_tags"></a> [tags](#input\_tags)| Additional tags (e.g. `map('BusinessUnit','XYZ')`|`map(string)`|`{}`| no |
111
110
| <aname="input_user_data"></a> [user\_data](#input\_user\_data)| Instance user data. Do not pass gzip-compressed data via this argument |`string`|`""`| no |
112
111
| <aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| The ID of the VPC that the instance security group belongs to |`string`| n/a | yes |
113
-
| <aname="input_welcome_message"></a> [welcome\_message](#input\_welcome\_message)| Welcome message |`string`|`""`| no |
0 commit comments