Skip to content

Commit f63f4ff

Browse files
authored
asd
1 parent 678ed18 commit f63f4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ source "amazon-ebs" "my_vm" {
1313
instance_type = "t3.micro"
1414
ssh_username = "ubuntu"
1515
ami_name = "my-vm-image-${formatdate("YYYYMMDD-hhmmss", timestamp())}"
16+
vpc_id = "vpc-0e520e06aabdb1cb0"
1617

1718
#temporary_key_pair_type = "ed25519"
18-
vpc_id = "vpc-0e520e06aabdb1cb0"
1919
}
2020

2121
build {

0 commit comments

Comments
 (0)