We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c9a33 commit 98669d0Copy full SHA for 98669d0
template.pkr.hcl
@@ -14,6 +14,7 @@ source "amazon-ebs" "my_vm" {
14
ssh_username = "ubuntu"
15
ami_name = "my-vm-image-${formatdate("YYYYMMDD-hhmmss", timestamp())}"
16
vpc_id = "vpc-0e320e06aabdb1cb0"
17
+ subnet_id = "subnet-07167df56df6d3016"
18
19
#temporary_key_pair_type = "ed25519"
20
}
0 commit comments