Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
7d1ae240
Commit
7d1ae240
authored
Aug 09, 2019
by
Jelle van der Waa
🚧
Browse files
Add bbs server
parent
535bc648
Changes
1
Hide whitespace changes
Inline
Side-by-side
archlinux.tf
View file @
7d1ae240
...
...
@@ -38,3 +38,15 @@ resource "hcloud_server" "phrik" {
image
=
"
${
var
.
archlinux_image_id
}
"
server_type
=
"cx11"
}
resource
"hcloud_rdns"
"bbs"
{
server_id
=
"
${
hcloud_server
.
bbs
.
id
}
"
ip_address
=
"
${
hcloud_server
.
bbs
.
ipv4_address
}
"
dns_ptr
=
"bbs.archlinux.org"
}
resource
"hcloud_server"
"bbs"
{
name
=
"bbs.archlinux.org"
image
=
"
${
var
.
archlinux_image_id
}
"
server_type
=
"cx21"
}
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