We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc0e1c commit 1e5ecabCopy full SHA for 1e5ecab
1 file changed
scripts/aws/uid2-operator-ami/uid2.pkrvars.hcl
@@ -1,7 +1,8 @@
1
region = "us-east-1"
2
identity_scope = "uid2"
3
-subnet_id = "subnet-03a2ae9b83ee4a1be"
4
-vpc_id = "vpc-056adf611333ebf06"
+# Default VPC in us-east-1
+vpc_id = "vpc-ec832d91"
5
+subnet_id = "subnet-99019ec6"
6
ami_ou_arns = [
7
"arn:aws:organizations::155852253738:ou/o-v1vmbc3c9h/ou-96c8-2vbyb92d"
8
]
0 commit comments