Skip to content

Commit 1e5ecab

Browse files
authored
update packer vpc config for AMI build (#2387)
1 parent 4dc0e1c commit 1e5ecab

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
region = "us-east-1"
22
identity_scope = "uid2"
3-
subnet_id = "subnet-03a2ae9b83ee4a1be"
4-
vpc_id = "vpc-056adf611333ebf06"
3+
# Default VPC in us-east-1
4+
vpc_id = "vpc-ec832d91"
5+
subnet_id = "subnet-99019ec6"
56
ami_ou_arns = [
67
"arn:aws:organizations::155852253738:ou/o-v1vmbc3c9h/ou-96c8-2vbyb92d"
78
]

0 commit comments

Comments
 (0)