dns: add auth.momo.koeln A record

pull/1/head
teutat3s 2023-04-25 10:05:38 +02:00
parent 933b3cbfd4
commit 0dbe905f93
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
3 changed files with 91 additions and 11 deletions

View File

@ -10,6 +10,13 @@ resource "hostingde_record" "mx" {
content = "list.pub.solar"
}
resource "hostingde_record" "auth" {
zone_id = hostingde_zone.momo.id
name = "auth.momo.koeln"
type = "A"
content = "80.244.242.4"
}
resource "hostingde_record" "inv" {
zone_id = hostingde_zone.momo.id
name = "inv.momo.koeln"

View File

@ -1,10 +1,33 @@
{
"version": 4,
"terraform_version": "1.2.3",
"serial": 9,
"serial": 13,
"lineage": "e73f0951-6e58-4123-86be-e3184417e14b",
"outputs": {},
"resources": [
{
"mode": "managed",
"type": "hostingde_record",
"name": "auth",
"provider": "provider[\"registry.terraform.io/hostingde/hostingde\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"content": "80.244.242.4",
"id": "2304253la2t5fggjw6c",
"name": "auth.momo.koeln",
"ttl": 3600,
"type": "A",
"zone_id": "221125ttqnsgky4kdia"
},
"sensitive_attributes": [],
"dependencies": [
"hostingde_zone.momo"
]
}
]
},
{
"mode": "managed",
"type": "hostingde_record",
@ -21,7 +44,10 @@
"type": "TXT",
"zone_id": "221125ttqnsgky4kdia"
},
"sensitive_attributes": []
"sensitive_attributes": [],
"dependencies": [
"hostingde_zone.momo"
]
}
]
},
@ -41,7 +67,10 @@
"type": "A",
"zone_id": "221125ttqnsgky4kdia"
},
"sensitive_attributes": []
"sensitive_attributes": [],
"dependencies": [
"hostingde_zone.momo"
]
}
]
},
@ -61,7 +90,10 @@
"type": "MX",
"zone_id": "221125ttqnsgky4kdia"
},
"sensitive_attributes": []
"sensitive_attributes": [],
"dependencies": [
"hostingde_zone.momo"
]
}
]
},
@ -81,7 +113,10 @@
"type": "TXT",
"zone_id": "221125ttqnsgky4kdia"
},
"sensitive_attributes": []
"sensitive_attributes": [],
"dependencies": [
"hostingde_zone.momo"
]
}
]
},
@ -101,7 +136,10 @@
"type": "ALIAS",
"zone_id": "221125ttqnsgky4kdia"
},
"sensitive_attributes": []
"sensitive_attributes": [],
"dependencies": [
"hostingde_zone.momo"
]
}
]
},

View File

@ -1,7 +1,7 @@
{
"version": 4,
"terraform_version": "1.2.3",
"serial": 8,
"serial": 11,
"lineage": "e73f0951-6e58-4123-86be-e3184417e14b",
"outputs": {},
"resources": [
@ -21,7 +21,33 @@
"type": "TXT",
"zone_id": "221125ttqnsgky4kdia"
},
"sensitive_attributes": []
"sensitive_attributes": [],
"dependencies": [
"hostingde_zone.momo"
]
}
]
},
{
"mode": "managed",
"type": "hostingde_record",
"name": "inv",
"provider": "provider[\"registry.terraform.io/hostingde/hostingde\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"content": "80.244.242.4",
"id": "230227rkfw4pbpdrnig",
"name": "inv.momo.koeln",
"ttl": 3600,
"type": "A",
"zone_id": "221125ttqnsgky4kdia"
},
"sensitive_attributes": [],
"dependencies": [
"hostingde_zone.momo"
]
}
]
},
@ -41,7 +67,10 @@
"type": "MX",
"zone_id": "221125ttqnsgky4kdia"
},
"sensitive_attributes": []
"sensitive_attributes": [],
"dependencies": [
"hostingde_zone.momo"
]
}
]
},
@ -61,7 +90,10 @@
"type": "TXT",
"zone_id": "221125ttqnsgky4kdia"
},
"sensitive_attributes": []
"sensitive_attributes": [],
"dependencies": [
"hostingde_zone.momo"
]
}
]
},
@ -81,7 +113,10 @@
"type": "ALIAS",
"zone_id": "221125ttqnsgky4kdia"
},
"sensitive_attributes": []
"sensitive_attributes": [],
"dependencies": [
"hostingde_zone.momo"
]
}
]
},