dns: add erp.momo.koeln CNAME record

pull/2/head
teutat3s 2023-07-18 02:57:28 +02:00
parent eb03a8560f
commit 8326751b02
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
3 changed files with 59 additions and 8 deletions

View File

@ -17,6 +17,13 @@ resource "hostingde_record" "auth" {
content = "pioneer.momo.koeln"
}
resource "hostingde_record" "erp" {
zone_id = hostingde_zone.momo.id
name = "erp.momo.koeln"
type = "CNAME"
content = "pioneer.momo.koeln"
}
resource "hostingde_record" "inv" {
zone_id = hostingde_zone.momo.id
name = "inv.momo.koeln"

View File

@ -1,7 +1,7 @@
{
"version": 4,
"terraform_version": "1.3.9",
"serial": 22,
"terraform_version": "1.2.3",
"serial": 24,
"lineage": "e73f0951-6e58-4123-86be-e3184417e14b",
"outputs": {},
"resources": [
@ -51,6 +51,29 @@
}
]
},
{
"mode": "managed",
"type": "hostingde_record",
"name": "erp",
"provider": "provider[\"registry.terraform.io/pub-solar/hostingde\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"content": "pioneer.momo.koeln",
"id": "23071843rutf5ifn2v2",
"name": "erp.momo.koeln",
"ttl": 3600,
"type": "CNAME",
"zone_id": "221125ttqnsgky4kdia"
},
"sensitive_attributes": [],
"dependencies": [
"hostingde_zone.momo"
]
}
]
},
{
"mode": "managed",
"type": "hostingde_record",
@ -184,6 +207,5 @@
}
]
}
],
"check_results": null
]
}

View File

@ -1,7 +1,7 @@
{
"version": 4,
"terraform_version": "1.3.9",
"serial": 20,
"terraform_version": "1.2.3",
"serial": 22,
"lineage": "e73f0951-6e58-4123-86be-e3184417e14b",
"outputs": {},
"resources": [
@ -97,6 +97,29 @@
}
]
},
{
"mode": "managed",
"type": "hostingde_record",
"name": "pioneer",
"provider": "provider[\"registry.terraform.io/pub-solar/hostingde\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"content": "80.244.242.4",
"id": "230426g33gzgsazyxxw",
"name": "pioneer.momo.koeln",
"ttl": 3600,
"type": "A",
"zone_id": "221125ttqnsgky4kdia"
},
"sensitive_attributes": [],
"dependencies": [
"hostingde_zone.momo"
]
}
]
},
{
"mode": "managed",
"type": "hostingde_record",
@ -161,6 +184,5 @@
}
]
}
],
"check_results": null
]
}