Skip to content
Snippets Groups Projects
Verified Commit 551c6735 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

tf-stage1/templates: default keep_disk to true

Gives the option to downgrade a server in the future, similar to the
default on Hetzner's Cloud Console ("CPU and RAM only").
parent 33cb9134
No related branches found
No related tags found
No related merge requests found
Pipeline #16318 passed
......@@ -110,6 +110,7 @@ resource "hcloud_server" "machine" {
name = each.key
image = data.hcloud_image.archlinux.id
server_type = each.value.server_type
keep_disk = true
location = "fsn1"
lifecycle {
ignore_changes = [image, location]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment