Skip to content

Commit e1c9a33

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

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,7 +13,7 @@ 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"
16+
vpc_id = "vpc-0e320e06aabdb1cb0"
1717

1818
#temporary_key_pair_type = "ed25519"
1919
}

0 commit comments

Comments
 (0)