Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
6b3b7306
Verified
Commit
6b3b7306
authored
Jun 01, 2020
by
Sven-Hendrik Haase
Browse files
Add temporary server for Foxboron's svn2git migration test
parent
cc064ae0
Pipeline
#193
failed with stage
in 1 minute and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tf-stage1/archlinux.tf
View file @
6b3b7306
...
...
@@ -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
]
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment