Adds delete protection and rebuild protection for the production server

This commit is contained in:
Maximilian Kratz 2023-03-30 09:14:21 +02:00
parent fc314c0ca3
commit 9e28296bfe

View file

@ -105,6 +105,8 @@ resource "hcloud_server" "production" {
passwd = var.passwd
fqdn = "forgejo.dev"
})
delete_protection = true
rebuild_protection = true
}
# Set RDNS entry of production server IPv4