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
4130787f
Verified
Commit
4130787f
authored
Jun 13, 2019
by
Jan Alexander Steffens (heftig)
Browse files
archlinux.tf: Run terraform fmt
parent
e9e4c114
Changes
1
Hide whitespace changes
Inline
Side-by-side
archlinux.tf
View file @
4130787f
...
...
@@ -16,25 +16,25 @@ provider "hcloud" {
}
resource
"hcloud_rdns"
"bbs"
{
server_id
=
"
${
hcloud_server
.
bbs
.
id
}
"
server_id
=
"
${
hcloud_server
.
bbs
.
id
}
"
ip_address
=
"
${
hcloud_server
.
bbs
.
ipv4_address
}
"
dns_ptr
=
"bbs.archlinux.org"
dns_ptr
=
"bbs.archlinux.org"
}
resource
"hcloud_server"
"bbs"
{
name
=
"bbs.archlinux.org"
image
=
"
${
var
.
archlinux_image_id
}
"
name
=
"bbs.archlinux.org"
image
=
"
${
var
.
archlinux_image_id
}
"
server_type
=
"cx11"
}
resource
"hcloud_rdns"
"quassel"
{
server_id
=
"
${
hcloud_server
.
quassel
.
id
}
"
server_id
=
"
${
hcloud_server
.
quassel
.
id
}
"
ip_address
=
"
${
hcloud_server
.
quassel
.
ipv4_address
}
"
dns_ptr
=
"quassel.archlinux.org"
dns_ptr
=
"quassel.archlinux.org"
}
resource
"hcloud_server"
"quassel"
{
name
=
"quassel.archlinux.org"
image
=
"
${
var
.
archlinux_image_id
}
"
name
=
"quassel.archlinux.org"
image
=
"
${
var
.
archlinux_image_id
}
"
server_type
=
"cx11"
}
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