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
ca2c19c0
Commit
ca2c19c0
authored
Nov 06, 2021
by
Kristian Klausen
🎉
Browse files
Merge branch 'hetzner-helsinki' into 'master'
Create Hetzner cloud servers in Helsinki (Finland) See merge request
!500
parents
21f7ce79
baf46f37
Pipeline
#12915
passed with stage
in 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tf-stage1/templates.tf
View file @
ca2c19c0
...
...
@@ -110,8 +110,9 @@ resource "hcloud_server" "machine" {
name
=
each
.
key
image
=
data
.
hcloud_image
.
archlinux
.
id
server_type
=
each
.
value
.
server_type
location
=
"hel1"
lifecycle
{
ignore_changes
=
[
image
]
ignore_changes
=
[
image
,
location
]
}
}
...
...
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