Skip to content

Commit ff9508f

Browse files
committed
chore: build AMI with new VPC
1 parent 34bdf5b commit ff9508f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packer/build.pkr.hcl

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ variable "region" {
4545

4646
variable "vpc_id" {
4747
type = string
48-
default = "vpc-09eaa132bddb868ba"
48+
default = "vpc-050a622ea8efc05b1"
4949
}
5050

5151
variable "public_subnet_id" {
5252
type = string
53-
default = "subnet-09eafbc8bd301fc34"
53+
default = "subnet-0152eb062302ac1cd"
5454
}
5555

5656
variable "communicator" {

0 commit comments

Comments
 (0)