Skip to content

Commit 98669d0

Browse files
authored
Update template.pkr.hcl
1 parent e1c9a33 commit 98669d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template.pkr.hcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ source "amazon-ebs" "my_vm" {
1414
ssh_username = "ubuntu"
1515
ami_name = "my-vm-image-${formatdate("YYYYMMDD-hhmmss", timestamp())}"
1616
vpc_id = "vpc-0e320e06aabdb1cb0"
17+
subnet_id = "subnet-07167df56df6d3016"
1718

1819
#temporary_key_pair_type = "ed25519"
1920
}

0 commit comments

Comments
 (0)