Skip to content

Commit

Permalink
Dops 395 migrate runners (#177)
Browse files Browse the repository at this point in the history
* DOPS-395 region changed, ami changed, subnet changed
  • Loading branch information
vodolaz authored and afalaleev committed Oct 27, 2023
1 parent 13d4acf commit f7805f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/full_test_suite/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ terraform {
}

provider "aws" {
region = "us-east-2"
#region = "us-east-2"
region = "eu-central-1"
}

data "aws_vpc" "default" {
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/full_test_suite/terraform.auto.tfvars
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aws_subnet = "subnet-19f77872"
aws_subnet = "subnet-2001865c"
allow_list = ["172.31.0.0/16", "3.128.167.75/32", "18.224.122.77/32", "3.136.197.253/32", "3.20.188.190/32", "3.137.123.163/32", "142.132.171.62/32", "0.0.0.0/0"]
solana_instance_type = "t3.2xlarge"
proxy_instance_type = "t3.2xlarge"
ami = "ami-0fb653ca2d3203ac1"
ami = "ami-0ab1a82de7ca5889c"

0 comments on commit f7805f3

Please sign in to comment.