diff --git a/tf-stage1/archlinux.tf b/tf-stage1/archlinux.tf index 18fb1c9d19b9609d46d74661e4e188c6723f0d0c..b0186be9c45cd3e36a1841f1d3762771f7c4bf03 100644 --- a/tf-stage1/archlinux.tf +++ b/tf-stage1/archlinux.tf @@ -112,6 +112,12 @@ resource "hcloud_server" "accounts" { } } +resource "hcloud_volume" "mirror" { + name = "mirror" + size = 100 + server_id = hcloud_server.mirror.id +} + resource "hcloud_rdns" "mirror" { server_id = hcloud_server.mirror.id ip_address = hcloud_server.mirror.ipv4_address