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
{{ message }}
This repository was archived by the owner on Jan 16, 2025. It is now read-only.
description="The ID of the security group Packer will associate with the builder to enable access"
24
+
type=string
25
+
default=null
26
+
}
27
+
28
+
variable"subnet_id" {
29
+
description="If using VPC, the ID of the subnet, such as subnet-12345def, where Packer will launch the EC2 instance. This field is required if you are using an non-default VPC"
30
+
type=string
31
+
default=null
32
+
}
33
+
34
+
variable"instance_type" {
35
+
description="The instance type Packer will use for the builder"
0 commit comments