Skip to content

Commit

Permalink
update taurus release
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMandal0rian committed Jan 15, 2025
1 parent d13f3ef commit 89e5bc0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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-2024-nov-05"
docker-tag = "taurus-2025-jan-07"
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-2024-nov-05"
docker-tag = "taurus-2025-jan-07"
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-2024-nov-05"
docker-tag = "taurus-2025-jan-07"
reserved-only = false
prune = false
genesis-hash = "295aeafca762a304d92ee1505548695091f6082d3f0aa4d092ac3cd6397a6c5e"
Expand All @@ -60,7 +60,7 @@ module "taurus" {
regions = var.aws_region
instance-count = var.instance_count["rpc-indexer"]
docker-org = "autonomys"
docker-tag = "taurus-2024-nov-05"
docker-tag = "taurus-2025-jan-07"
domain-prefix = "rpc-indexer"
reserved-only = false
prune = false
Expand All @@ -75,7 +75,7 @@ module "taurus" {
regions = var.aws_region
instance-count = var.instance_count["nova-indexer"]
docker-org = "autonomys"
docker-tag = "taurus-2024-nov-05"
docker-tag = "taurus-2025-jan-07"
domain-prefix = "auto-evm-indexer"
reserved-only = false
prune = false
Expand All @@ -93,7 +93,7 @@ module "taurus" {
regions = var.aws_region
instance-count = var.instance_count["rpc"]
docker-org = "autonomys"
docker-tag = "taurus-2024-nov-05"
docker-tag = "taurus-2025-jan-07"
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-2024-nov-05"
docker-tag = "taurus-2025-jan-07"
domain-prefix = ["auto-evm", "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-2024-nov-05"
docker-tag = "taurus-2025-jan-07"
reserved-only = false
prune = false
plot-size = "10G"
Expand Down

0 comments on commit 89e5bc0

Please sign in to comment.