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
32168b2e
Commit
32168b2e
authored
Aug 13, 2019
by
Jelle van der Waa
🚧
Browse files
Add matrix server
parent
3c40a3c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
archlinux.tf
View file @
32168b2e
...
...
@@ -90,3 +90,18 @@ resource "hcloud_server" "ldap" {
ignore_changes
=
[
image
]
}
}
resource
"hcloud_rdns"
"matrix"
{
server_id
=
"
${
hcloud_server
.
matrix
.
id
}
"
ip_address
=
"
${
hcloud_server
.
matrix
.
ipv4_address
}
"
dns_ptr
=
"matrix.archlinux.org"
}
resource
"hcloud_server"
"matrix"
{
name
=
"matrix.archlinux.org"
image
=
"
${data
.
hcloud_image
.
archlinux
.
id
}
"
server_type
=
"cx21"
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