Skip to content
Snippets Groups Projects
Verified Commit 5a99d4f1 authored by Sven-Hendrik Haase's avatar Sven-Hendrik Haase
Browse files

Add hcloud volume to mirror.pkgbuild.com

parent 21974053
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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