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
5f679adb
Commit
5f679adb
authored
May 24, 2020
by
Sven-Hendrik Haase
Browse files
Prepare monitoring.archlinux.org
parent
7f4d43f4
Pipeline
#164
failed with stage
in 58 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
tf-stage1/archlinux.tf
View file @
5f679adb
...
...
@@ -207,3 +207,18 @@ resource "hcloud_server" "reproducible" {
ignore_changes
=
[
image
]
}
}
resource
"hcloud_rdns"
"monitoring"
{
server_id
=
hcloud_server
.
monitoring
.
id
ip_address
=
hcloud_server
.
monitoring
.
ipv4_address
dns_ptr
=
"monitoring.archlinux.org"
}
resource
"hcloud_server"
"monitoring"
{
name
=
"monitoring.archlinux.org"
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