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-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,12 +133,10 @@ No modules.
133
133
| <aname="input_ami_regions_kms_key"></a> [ami\_regions\_kms\_key](#input\_ami\_regions\_kms\_key)| (Optional) A list of AWS Regions to share the AMI with and also target KMS Key in each region |`map(string)`|`{}`| no |
134
134
| <aname="input_attach_custom_policy"></a> [attach\_custom\_policy](#input\_attach\_custom\_policy)| (Required) Attach custom policy to the EC2 Instance Profile, if true, ARN of the custom policy needs to be specified on the variable custom\_policy\_arn |`bool`|`false`| no |
135
135
| <aname="input_build_component_arn"></a> [build\_component\_arn](#input\_build\_component\_arn)| (Required) List of ARNs for the Build EC2 Image Builder Build Components |`list(string)`|`[]`| no |
136
-
| <aname="input_create_security_group"></a> [create\_security\_group](#input\_create\_security\_group)| (Optional) Create security group for EC2 Image Builder instances |`bool`|`true`| no |
136
+
| <aname="input_create_security_group"></a> [create\_security\_group](#input\_create\_security\_group)| (Optional) Create security group for EC2 Image Builder instances. Please note this security group will be created with default egress rule to 0.0.0.0/0 CIDR Block. In case you want to have a more restrict set of rules, please provide your own security group id on security\_group\_ids variable|`bool`|`true`| no |
137
137
| <aname="input_custom_policy_arn"></a> [custom\_policy\_arn](#input\_custom\_policy\_arn)| (Optional) ARN of the custom policy to be attached to the EC2 Instance Profile |`string`|`null`| no |
138
138
| <aname="input_imagebuilder_image_recipe_kms_key_arn"></a> [imagebuilder\_image\_recipe\_kms\_key\_arn](#input\_imagebuilder\_image\_recipe\_kms\_key\_arn)| (Required) KMS Key ARN(CMK) for encrypting Imagebuilder Image Recipe Block Device Mapping |`string`|`null`| no |
139
139
| <aname="input_instance_key_pair"></a> [instance\_key\_pair](#input\_instance\_key\_pair)| (Optional) EC2 key pair to add to the default user on the builder(In case existent EC2 Key Pair is provided) |`string`|`null`| no |
140
-
| <aname="input_instance_metadata_http_put_hop_limit"></a> [instance\_metadata\_http\_put\_hop\_limit](#input\_instance\_metadata\_http\_put\_hop\_limit)| The number of hops that an instance can traverse to reach its metadata. |`number`|`null`| no |
141
-
| <aname="input_instance_metadata_http_tokens"></a> [instance\_metadata\_http\_tokens](#input\_instance\_metadata\_http\_tokens)| (Optional) Whether a signed token is required for instance metadata retrieval requests. Valid values: required, optional. |`string`|`"optional"`| no |
142
140
| <aname="input_instance_types"></a> [instance\_types](#input\_instance\_types)| (Optional) Instance type for the EC2 Image Builder Instances. <br>Will be set by default to c5.large. Please check the AWS Pricing for more information about the instance types. |`list(string)`| <pre>[<br> "c5.large"<br>]</pre> | no |
143
141
| <aname="input_managed_components"></a> [managed\_components](#input\_managed\_components)| (Optional) Specify the name and version of the AWS managed components that are going to be part of the image recipe | <pre>list(object({<br> name = string,<br> version = string<br> }))</pre> |`[]`| no |
144
142
| <aname="input_recipe_version"></a> [recipe\_version](#input\_recipe\_version)| (Required) The semantic version of the image recipe. This version follows the semantic version syntax. e.g.: 0.0.1 |`string`|`"0.0.1"`| no |
description="The number of hops that an instance can traverse to reach its metadata."
160
-
type=number
161
-
}
162
-
163
-
variable"instance_metadata_http_tokens" {
164
-
default="optional"
165
-
description="(Optional) Whether a signed token is required for instance metadata retrieval requests. Valid values: required, optional."
166
-
type=string
167
-
}
168
-
169
157
variable"terminate_on_failure" {
170
158
default=true
171
159
description="(Optional) Change to false if you want to connect to a builder for debugging after failure"
172
160
type=bool
173
161
}
174
162
175
163
variable"create_security_group" {
176
-
description="(Optional) Create security group for EC2 Image Builder instances"
164
+
description="(Optional) Create security group for EC2 Image Builder instances. Please note this security group will be created with default egress rule to 0.0.0.0/0 CIDR Block. In case you want to have a more restrict set of rules, please provide your own security group id on security_group_ids variable"
0 commit comments