Skip to content

Commit 3cc7e9d

Browse files
authored
chore: update new vpc and subnet id for packer
1 parent 0f97f40 commit 3cc7e9d

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-08302ac1acf1735dc"
48+
default = "vpc-0e915bc98927c4ba2"
4949
}
5050

5151
variable "public_subnet_id" {
5252
type = string
53-
default = "subnet-05c808767355648a5"
53+
default = "subnet-0b07a2f79d091f816"
5454
}
5555

5656
variable "communicator" {

0 commit comments

Comments
 (0)