feat: redeploy (#5)

Reviewed-on: #5
Co-authored-by: M.V. Hutz <git@maximhutz.me>
Co-committed-by: M.V. Hutz <git@maximhutz.me>
This commit was merged in pull request #5.
This commit is contained in:
2026-03-16 00:31:16 +00:00
committed by Maxim Hutz
parent 3ccd3e5394
commit af5d40d84e
6 changed files with 101 additions and 83 deletions

View File

@@ -1,39 +1,39 @@
locals {
datacenter = "fsn1-dc14"
server_type = "cx22"
datacenter = "hel1-dc2"
server_type = "cx23"
server_image = "debian-12"
domain = "maximhutz.com"
domain = "maximhutz.com"
subdomain = "git"
}
# ---------------------------------------------------------------------------- #
variable "hcloud_token" {
sensitive = true
sensitive = true
description = "The hCloud token used to access Hetzner resources."
type = string
type = string
}
variable "public_ssh_key_path" {
description = "The location of the public key used to access the repository server."
type = string
type = string
}
variable "aws_region" {
description = "The region of the AWS account."
type = string
sensitive = true
type = string
sensitive = true
}
variable "aws_access_key" {
description = "The access key of the account."
type = string
sensitive = true
type = string
sensitive = true
}
variable "aws_secret_key" {
description = "The secret key of the account."
type = string
sensitive = true
}
type = string
sensitive = true
}