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
539b6ae9
Verified
Commit
539b6ae9
authored
Aug 13, 2020
by
Sven-Hendrik Haase
Browse files
Fix copy-paste error
parent
48979fb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
tf-stage1/archlinux.tf
View file @
539b6ae9
...
...
@@ -263,8 +263,8 @@ resource "hcloud_server" "svn2gittest" {
}
resource
"hcloud_rdns"
"mail"
{
server_id
=
hcloud_server
.
m
onitoring
.
id
ip_address
=
hcloud_server
.
m
onitoring
.
ipv4_address
server_id
=
hcloud_server
.
m
ail
.
id
ip_address
=
hcloud_server
.
m
ail
.
ipv4_address
dns_ptr
=
"mail.archlinux.org"
}
...
...
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