Skip to content

Commit

Permalink
Update taurus (#370)
Browse files Browse the repository at this point in the history
* bump release oct-30

* bump taurus release nov-01
  • Loading branch information
DaMandal0rian authored Nov 4, 2024
1 parent 6968fcb commit 82d7505
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions resources/taurus/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module "taurus" {
regions = var.aws_region
instance-count = var.instance_count["bootstrap"]
docker-org = "autonomys"
docker-tag = "taurus-candidate"
docker-tag = "taurus-2024-nov-01"
reserved-only = false
prune = false
genesis-hash = "295aeafca762a304d92ee1505548695091f6082d3f0aa4d092ac3cd6397a6c5e"
Expand All @@ -26,7 +26,7 @@ module "taurus" {
regions = var.aws_region
instance-count = var.instance_count["evm_bootstrap"]
docker-org = "autonomys"
docker-tag = "taurus-candidate"
docker-tag = "taurus-2024-nov-01"
reserved-only = false
prune = false
genesis-hash = "295aeafca762a304d92ee1505548695091f6082d3f0aa4d092ac3cd6397a6c5e"
Expand All @@ -43,7 +43,7 @@ module "taurus" {
regions = var.aws_region
instance-count = var.instance_count["autoid_bootstrap"]
docker-org = "autonomys"
docker-tag = "taurus-candidate"
docker-tag = "taurus-2024-nov-01"
reserved-only = false
prune = false
genesis-hash = "295aeafca762a304d92ee1505548695091f6082d3f0aa4d092ac3cd6397a6c5e"
Expand Down Expand Up @@ -93,7 +93,7 @@ module "taurus" {
regions = var.aws_region
instance-count = var.instance_count["rpc"]
docker-org = "autonomys"
docker-tag = "taurus-candidate"
docker-tag = "taurus-2024-nov-01"
domain-prefix = "rpc"
reserved-only = false
prune = false
Expand All @@ -108,7 +108,7 @@ module "taurus" {
regions = var.aws_region
instance-count = var.instance_count["domain"]
docker-org = "autonomys"
docker-tag = "taurus-candidate"
docker-tag = "taurus-2024-nov-01"
domain-prefix = ["nova", "autoid"]
reserved-only = false
prune = false
Expand All @@ -126,7 +126,7 @@ module "taurus" {
regions = var.aws_region
instance-count = var.instance_count["farmer"]
docker-org = "autonomys"
docker-tag = "taurus-candidate"
docker-tag = "taurus-2024-nov-01"
reserved-only = false
prune = false
plot-size = "10G"
Expand Down

0 comments on commit 82d7505

Please sign in to comment.