Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
David Runge
infrastructure
Commits
98f72a54
Verified
Commit
98f72a54
authored
Jul 07, 2021
by
Thorben Günther
Browse files
tf-stage1: Update nameservers
Closes
#207
parent
184ee77b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tf-stage1/archlinux.tf
View file @
98f72a54
...
...
@@ -381,21 +381,21 @@ resource "hetznerdns_record" "pkgbuild_com_origin_mx" {
resource
"hetznerdns_record"
"pkgbuild_com_origin_ns3"
{
zone_id
=
hetznerdns_zone
.
pkgbuild
.
id
name
=
"@"
value
=
"
robotns3.second-ns.com
."
value
=
"
helium.ns.hetzner.de
."
type
=
"NS"
}
resource
"hetznerdns_record"
"pkgbuild_com_origin_ns2"
{
zone_id
=
hetznerdns_zone
.
pkgbuild
.
id
name
=
"@"
value
=
"
robotns2.second-ns.de
."
value
=
"
oxygen.ns.hetzner.com
."
type
=
"NS"
}
resource
"hetznerdns_record"
"pkgbuild_com_origin_ns1"
{
zone_id
=
hetznerdns_zone
.
pkgbuild
.
id
name
=
"@"
value
=
"
ns1.first-ns.de
."
value
=
"
hydrogen.ns.hetzner.com
."
type
=
"NS"
}
...
...
@@ -427,21 +427,21 @@ resource "hetznerdns_record" "archlinux_org_origin_caa" {
resource
"hetznerdns_record"
"archlinux_org_origin_ns3"
{
zone_id
=
hetznerdns_zone
.
archlinux
.
id
name
=
"@"
value
=
"
robotns3.second-ns.com
."
value
=
"
helium.ns.hetzner.de
."
type
=
"NS"
}
resource
"hetznerdns_record"
"archlinux_org_origin_ns2"
{
zone_id
=
hetznerdns_zone
.
archlinux
.
id
name
=
"@"
value
=
"
robotns2.second-ns.de
."
value
=
"
oxygen.ns.hetzner.com
."
type
=
"NS"
}
resource
"hetznerdns_record"
"archlinux_org_origin_ns1"
{
zone_id
=
hetznerdns_zone
.
archlinux
.
id
name
=
"@"
value
=
"
ns1.first-ns.de
."
value
=
"
hydrogen.ns.hetzner.com
."
type
=
"NS"
}
...
...
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