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_additional_tag_map"></a> [additional\_tag\_map](#input\_additional\_tag\_map)| Additional key-value pairs to add to each map in `tags_as_list_of_maps`. Not added to `tags` or `id`.<br>This is for some rare cases where resources want additional configuration of tags<br>and therefore take a list of maps with tag key, value, and additional configuration. |`map(string)`|`{}`| no |
270
-
| <aname="input_allowed_security_groups"></a> [allowed\_security\_groups](#input\_allowed\_security\_groups)| List of security groups to be allowed to connect to Jenkins master EC2 instances |`list(string)`|`[]`| no |
271
270
| <aname="input_application_subnets"></a> [application\_subnets](#input\_application\_subnets)| List of subnets to place EC2 instances and EFS |`list(string)`| n/a | yes |
271
+
| <aname="input_associated_security_group_ids"></a> [associated\_security\_group\_ids](#input\_associated\_security\_group\_ids)| List of security groups to be allowed to connect to Jenkins master EC2 instances |`list(string)`|`[]`| no |
272
272
| <aname="input_attributes"></a> [attributes](#input\_attributes)| ID element. Additional attributes (e.g. `workers` or `cluster`) to add to `id`,<br>in the order they appear in the list. New attributes are appended to the<br>end of the list. The elements of the list are joined by the `delimiter`<br>and treated as a single ID element. |`list(string)`|`[]`| no |
273
273
| <aname="input_availability_zone_selector"></a> [availability\_zone\_selector](#input\_availability\_zone\_selector)| Availability Zone selector |`string`|`"Any"`| no |
274
274
| <aname="input_availability_zones"></a> [availability\_zones](#input\_availability\_zones)| List of Availability Zones for EFS |`list(string)`| n/a | yes |
@@ -520,8 +520,8 @@ Check out [our other projects][github], [follow us on twitter][twitter], [apply
| <aname="input_additional_tag_map"></a> [additional\_tag\_map](#input\_additional\_tag\_map)| Additional key-value pairs to add to each map in `tags_as_list_of_maps`. Not added to `tags` or `id`.<br>This is for some rare cases where resources want additional configuration of tags<br>and therefore take a list of maps with tag key, value, and additional configuration. |`map(string)`|`{}`| no |
42
-
| <aname="input_allowed_security_groups"></a> [allowed\_security\_groups](#input\_allowed\_security\_groups)| List of security groups to be allowed to connect to Jenkins master EC2 instances |`list(string)`|`[]`| no |
43
42
| <aname="input_application_subnets"></a> [application\_subnets](#input\_application\_subnets)| List of subnets to place EC2 instances and EFS |`list(string)`| n/a | yes |
43
+
| <aname="input_associated_security_group_ids"></a> [associated\_security\_group\_ids](#input\_associated\_security\_group\_ids)| List of security groups to be allowed to connect to Jenkins master EC2 instances |`list(string)`|`[]`| no |
44
44
| <aname="input_attributes"></a> [attributes](#input\_attributes)| ID element. Additional attributes (e.g. `workers` or `cluster`) to add to `id`,<br>in the order they appear in the list. New attributes are appended to the<br>end of the list. The elements of the list are joined by the `delimiter`<br>and treated as a single ID element. |`list(string)`|`[]`| no |
45
45
| <aname="input_availability_zone_selector"></a> [availability\_zone\_selector](#input\_availability\_zone\_selector)| Availability Zone selector |`string`|`"Any"`| no |
46
46
| <aname="input_availability_zones"></a> [availability\_zones](#input\_availability\_zones)| List of Availability Zones for EFS |`list(string)`| n/a | yes |
# Provide EFS DNS name to EB in the `EFS_HOST` ENV var. EC2 instance will mount to the EFS filesystem and use it to store Jenkins state
52
53
# Add slaves Security Group `JENKINS_SLAVE_SECURITY_GROUPS` (comma-separated if more than one). Will be used by Jenkins to init the EC2 plugin to launch slaves inside the Security Group
0 commit comments