From 6337ac21674d0081093ffeea2c8f2757468abee5 Mon Sep 17 00:00:00 2001 From: Ian-Nara Date: Mon, 23 Feb 2026 09:16:06 -0700 Subject: [PATCH] update packer vpc config for AMI build --- scripts/aws/uid2-operator-ami/uid2.pkrvars.hcl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/aws/uid2-operator-ami/uid2.pkrvars.hcl b/scripts/aws/uid2-operator-ami/uid2.pkrvars.hcl index 968ec4042..f5988c17e 100644 --- a/scripts/aws/uid2-operator-ami/uid2.pkrvars.hcl +++ b/scripts/aws/uid2-operator-ami/uid2.pkrvars.hcl @@ -1,7 +1,8 @@ region = "us-east-1" identity_scope = "uid2" -subnet_id = "subnet-03a2ae9b83ee4a1be" -vpc_id = "vpc-056adf611333ebf06" +# Default VPC in us-east-1 +vpc_id = "vpc-ec832d91" +subnet_id = "subnet-99019ec6" ami_ou_arns = [ "arn:aws:organizations::155852253738:ou/o-v1vmbc3c9h/ou-96c8-2vbyb92d" ]