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
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