strip cluster bootstraps

This commit is contained in:
2026-04-27 21:34:11 +02:00
parent 0353803d4f
commit a12125989a
37 changed files with 43 additions and 2316 deletions

View File

@@ -7,14 +7,6 @@ module "cluster" {
node_count = 2
network_cidr = "10.100.0.0/24"
# Data services — smallest plans for dev
pg_plan = "1x1xCPU-2GB-25GB"
pg_version = "16"
valkey_plan = "1x1xCPU-2GB"
objstore_region = "europe-1"
termination_protection = false
tags = {
Environment = "dev"
ManagedBy = "tofu"