1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-06-10 17:06:10 +02:00

Add temporary server for Foxboron's svn2git migration test

This commit is contained in:
Sven-Hendrik Haase 2020-06-01 06:42:53 +02:00
parent cc064ae0e0
commit 6b3b73060a
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -222,3 +222,12 @@ resource "hcloud_server" "monitoring" {
ignore_changes = [image]
}
}
resource "hcloud_server" "svn2gittest" {
name = "svn2gittest"
image = data.hcloud_image.archlinux.id
server_type = "cx11"
lifecycle {
ignore_changes = [image]
}
}