Skip to content

Commit

Permalink
test less servers
Browse files Browse the repository at this point in the history
  • Loading branch information
NexusNull committed Dec 1, 2023
1 parent 7013f4b commit 2d4229d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions cicd/infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -126,19 +126,6 @@ module "eu_9_server" {
}
}

module "eu_10_server" {
name = "EU-X"
source = "./modules/al_server"
datacenter = "nbg1-dc3"
hcloud_token = var.hcloud_token
ssh_keys = data.hcloud_ssh_keys.admin.ssh_keys.*.name
server = {
enabled = true
region = "EU"
name = "X"
}
}

module "us_1_server" {
name = "US-I"
source = "./modules/al_server"
Expand Down Expand Up @@ -186,7 +173,5 @@ locals {
module.eu_7_server.details,
module.eu_8_server.details,
module.eu_9_server.details,
module.eu_10_server.details,

]
}

0 comments on commit 2d4229d

Please sign in to comment.