fix: update momo.koeln DNS zone

pull/2/head
teutat3s 2024-01-13 01:16:02 +01:00
parent 22fc439428
commit 0c07720ed8
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
3 changed files with 102 additions and 21 deletions

View File

@ -7,6 +7,7 @@ resource "hostingde_record" "mx" {
zone_id = hostingde_zone.momo.id zone_id = hostingde_zone.momo.id
name = "list.momo.koeln" name = "list.momo.koeln"
type = "MX" type = "MX"
priority = 10
content = "list.pub.solar" content = "list.pub.solar"
} }
@ -41,8 +42,15 @@ resource "hostingde_record" "pioneer" {
resource "hostingde_record" "website" { resource "hostingde_record" "website" {
zone_id = hostingde_zone.momo.id zone_id = hostingde_zone.momo.id
name = "momo.koeln" name = "momo.koeln"
type = "ALIAS" type = "A"
content = "garage-cluster.svc.aab0f485-69e7-467f-a86e-9b4d4a4875ad.lev-1.greenbaum.zone" content = "80.71.153.143"
}
resource "hostingde_record" "wwww" {
zone_id = hostingde_zone.momo.id
name = "www.momo.koeln"
type = "CNAME"
content = "momo.koeln"
} }
resource "hostingde_record" "dmarc" { resource "hostingde_record" "dmarc" {

View File

@ -1,7 +1,7 @@
{ {
"version": 4, "version": 4,
"terraform_version": "1.2.3", "terraform_version": "1.6.0",
"serial": 24, "serial": 40,
"lineage": "e73f0951-6e58-4123-86be-e3184417e14b", "lineage": "e73f0951-6e58-4123-86be-e3184417e14b",
"outputs": {}, "outputs": {},
"resources": [ "resources": [
@ -109,6 +109,7 @@
"content": "list.pub.solar", "content": "list.pub.solar",
"id": "230203bey7dvrinnj64", "id": "230203bey7dvrinnj64",
"name": "list.momo.koeln", "name": "list.momo.koeln",
"priority": 10,
"ttl": 3600, "ttl": 3600,
"type": "MX", "type": "MX",
"zone_id": "221125ttqnsgky4kdia" "zone_id": "221125ttqnsgky4kdia"
@ -175,11 +176,34 @@
{ {
"schema_version": 0, "schema_version": 0,
"attributes": { "attributes": {
"content": "garage-cluster.svc.aab0f485-69e7-467f-a86e-9b4d4a4875ad.lev-1.greenbaum.zone", "content": "80.71.153.143",
"id": "230314e75po27ihhpne", "id": "230314e75po27ihhpne",
"name": "momo.koeln", "name": "momo.koeln",
"ttl": 3600, "ttl": 3600,
"type": "ALIAS", "type": "A",
"zone_id": "221125ttqnsgky4kdia"
},
"sensitive_attributes": [],
"dependencies": [
"hostingde_zone.momo"
]
}
]
},
{
"mode": "managed",
"type": "hostingde_record",
"name": "wwww",
"provider": "provider[\"registry.terraform.io/pub-solar/hostingde\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"content": "momo.koeln",
"id": "240111s5uidby6truz2",
"name": "www.momo.koeln",
"ttl": 3600,
"type": "CNAME",
"zone_id": "221125ttqnsgky4kdia" "zone_id": "221125ttqnsgky4kdia"
}, },
"sensitive_attributes": [], "sensitive_attributes": [],
@ -207,5 +231,6 @@
} }
] ]
} }
] ],
"check_results": null
} }

View File

@ -1,7 +1,7 @@
{ {
"version": 4, "version": 4,
"terraform_version": "1.2.3", "terraform_version": "1.6.0",
"serial": 22, "serial": 38,
"lineage": "e73f0951-6e58-4123-86be-e3184417e14b", "lineage": "e73f0951-6e58-4123-86be-e3184417e14b",
"outputs": {}, "outputs": {},
"resources": [ "resources": [
@ -9,7 +9,7 @@
"mode": "managed", "mode": "managed",
"type": "hostingde_record", "type": "hostingde_record",
"name": "auth", "name": "auth",
"provider": "provider[\"registry.terraform.io/pub-solar/hostingde\"]", "provider": "provider[\"registry.opentofu.org/hostingde/hostingde\"]",
"instances": [ "instances": [
{ {
"schema_version": 0, "schema_version": 0,
@ -32,7 +32,7 @@
"mode": "managed", "mode": "managed",
"type": "hostingde_record", "type": "hostingde_record",
"name": "dmarc", "name": "dmarc",
"provider": "provider[\"registry.terraform.io/pub-solar/hostingde\"]", "provider": "provider[\"registry.opentofu.org/hostingde/hostingde\"]",
"instances": [ "instances": [
{ {
"schema_version": 0, "schema_version": 0,
@ -51,11 +51,34 @@
} }
] ]
}, },
{
"mode": "managed",
"type": "hostingde_record",
"name": "erp",
"provider": "provider[\"registry.opentofu.org/hostingde/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", "mode": "managed",
"type": "hostingde_record", "type": "hostingde_record",
"name": "inv", "name": "inv",
"provider": "provider[\"registry.terraform.io/pub-solar/hostingde\"]", "provider": "provider[\"registry.opentofu.org/hostingde/hostingde\"]",
"instances": [ "instances": [
{ {
"schema_version": 0, "schema_version": 0,
@ -78,7 +101,7 @@
"mode": "managed", "mode": "managed",
"type": "hostingde_record", "type": "hostingde_record",
"name": "mx", "name": "mx",
"provider": "provider[\"registry.terraform.io/pub-solar/hostingde\"]", "provider": "provider[\"registry.opentofu.org/hostingde/hostingde\"]",
"instances": [ "instances": [
{ {
"schema_version": 0, "schema_version": 0,
@ -86,7 +109,8 @@
"content": "list.pub.solar", "content": "list.pub.solar",
"id": "230203bey7dvrinnj64", "id": "230203bey7dvrinnj64",
"name": "list.momo.koeln", "name": "list.momo.koeln",
"ttl": 3600, "priority": 0,
"ttl": 66,
"type": "MX", "type": "MX",
"zone_id": "221125ttqnsgky4kdia" "zone_id": "221125ttqnsgky4kdia"
}, },
@ -101,7 +125,7 @@
"mode": "managed", "mode": "managed",
"type": "hostingde_record", "type": "hostingde_record",
"name": "pioneer", "name": "pioneer",
"provider": "provider[\"registry.terraform.io/pub-solar/hostingde\"]", "provider": "provider[\"registry.opentofu.org/hostingde/hostingde\"]",
"instances": [ "instances": [
{ {
"schema_version": 0, "schema_version": 0,
@ -124,7 +148,7 @@
"mode": "managed", "mode": "managed",
"type": "hostingde_record", "type": "hostingde_record",
"name": "spf", "name": "spf",
"provider": "provider[\"registry.terraform.io/pub-solar/hostingde\"]", "provider": "provider[\"registry.opentofu.org/hostingde/hostingde\"]",
"instances": [ "instances": [
{ {
"schema_version": 0, "schema_version": 0,
@ -147,16 +171,39 @@
"mode": "managed", "mode": "managed",
"type": "hostingde_record", "type": "hostingde_record",
"name": "website", "name": "website",
"provider": "provider[\"registry.terraform.io/pub-solar/hostingde\"]", "provider": "provider[\"registry.opentofu.org/hostingde/hostingde\"]",
"instances": [ "instances": [
{ {
"schema_version": 0, "schema_version": 0,
"attributes": { "attributes": {
"content": "garage-cluster.svc.aab0f485-69e7-467f-a86e-9b4d4a4875ad.lev-1.greenbaum.zone", "content": "80.71.153.143",
"id": "230314e75po27ihhpne", "id": "230314e75po27ihhpne",
"name": "momo.koeln", "name": "momo.koeln",
"ttl": 3600, "ttl": 3600,
"type": "ALIAS", "type": "A",
"zone_id": "221125ttqnsgky4kdia"
},
"sensitive_attributes": [],
"dependencies": [
"hostingde_zone.momo"
]
}
]
},
{
"mode": "managed",
"type": "hostingde_record",
"name": "wwww",
"provider": "provider[\"registry.opentofu.org/hostingde/hostingde\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"content": "momo.koeln",
"id": "240111s5uidby6truz2",
"name": "www.momo.koeln",
"ttl": 3600,
"type": "CNAME",
"zone_id": "221125ttqnsgky4kdia" "zone_id": "221125ttqnsgky4kdia"
}, },
"sensitive_attributes": [], "sensitive_attributes": [],
@ -170,7 +217,7 @@
"mode": "managed", "mode": "managed",
"type": "hostingde_zone", "type": "hostingde_zone",
"name": "momo", "name": "momo",
"provider": "provider[\"registry.terraform.io/pub-solar/hostingde\"]", "provider": "provider[\"registry.opentofu.org/hostingde/hostingde\"]",
"instances": [ "instances": [
{ {
"schema_version": 0, "schema_version": 0,
@ -184,5 +231,6 @@
} }
] ]
} }
] ],
"check_results": null
} }