Skip to content

Commit

Permalink
Fix VPC for docker-mirror as well (#38728)
Browse files Browse the repository at this point in the history
Forgot to update this, as these builds don't normally run on main 🙃
  • Loading branch information
eseliger authored and sashaostrikov committed Jul 13, 2022
1 parent 6b3c97e commit 635f89d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enterprise/cmd/executor/docker-mirror/docker-mirror.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"instance_type": "t3.micro",
"source_ami": "ami-036d46416a34a611c",
"region": "us-west-2",
"vpc_id": "vpc-095ba109c7ca96d76",
"subnet_id": "subnet-03962956ca2682c50",
"vpc_id": "vpc-0fae37a99a5156b91",
"subnet_id": "subnet-0a71d7cd03fea6317",
"associate_public_ip_address": true,
"access_key": "{{user `awsAccessKey`}}",
"secret_key": "{{user `awsSecretKey`}}",
Expand Down

0 comments on commit 635f89d

Please sign in to comment.