Skip to content

Commit

Permalink
Drop oonith_cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Oct 1, 2024
1 parent bc4545f commit 63968c0
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions tf/environments/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -326,26 +326,6 @@ module "ooniapi_cluster" {
)
}

module "oonith_cluster" {
source = "../../modules/ecs_cluster"

name = "oonith-ecs-cluster"
key_name = module.adm_iam_roles.oonidevops_key_name
vpc_id = module.network.vpc_id
subnet_ids = module.network.vpc_subnet_public[*].id

asg_min = 3
asg_max = 7
asg_desired = 3

instance_type = "t3.small"

tags = merge(
local.tags,
{ Name = "ooni-tier0-th-ecs-cluster" }
)
}

#### OONI Tier0

#### OONI Probe service
Expand Down

0 comments on commit 63968c0

Please sign in to comment.