This commit systematically updates all Terraform configurations, including resources, variables, and labels, to use the more generic `app` designation instead of `swarm`. This improves consistency and decouples the infrastructure naming from a specific container orchestration technology like Docker Swarm.
9 lines
355 B
Plaintext
9 lines
355 B
Plaintext
# Hetzner Cloud Project: iklim_prod
|
|
hcloud_token = "YOUR_HETZNER_PROD_PROJECT_API_TOKEN"
|
|
location = "fsn1"
|
|
image = "rocky-10"
|
|
server_type_app = "cpx42"
|
|
server_type_db = "cpx32"
|
|
admin_ssh_public_key_path = "~/.ssh/id_ed25519.pub"
|
|
admin_allowed_cidrs = ["1.2.3.4/32", "5.6.7.8/32"]
|