Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 635f89d

Browse files
eseligersashaostrikov
authored andcommitted
Fix VPC for docker-mirror as well (#38728)
Forgot to update this, as these builds don't normally run on main 🙃
1 parent 6b3c97e commit 635f89d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

enterprise/cmd/executor/docker-mirror/docker-mirror.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"instance_type": "t3.micro",
3030
"source_ami": "ami-036d46416a34a611c",
3131
"region": "us-west-2",
32-
"vpc_id": "vpc-095ba109c7ca96d76",
33-
"subnet_id": "subnet-03962956ca2682c50",
32+
"vpc_id": "vpc-0fae37a99a5156b91",
33+
"subnet_id": "subnet-0a71d7cd03fea6317",
3434
"associate_public_ip_address": true,
3535
"access_key": "{{user `awsAccessKey`}}",
3636
"secret_key": "{{user `awsSecretKey`}}",

0 commit comments

Comments
 (0)