We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 610f97c commit 678ed18Copy full SHA for 678ed18
template.pkr.hcl
@@ -15,6 +15,7 @@ source "amazon-ebs" "my_vm" {
15
ami_name = "my-vm-image-${formatdate("YYYYMMDD-hhmmss", timestamp())}"
16
17
#temporary_key_pair_type = "ed25519"
18
+ vpc_id = "vpc-0e520e06aabdb1cb0"
19
}
20
21
build {
0 commit comments