add records for pioneer, modify existing a records

pull/1/head
Hendrik Sokolowski 2023-04-27 00:13:08 +02:00
parent b895b6152a
commit abfaa7409c
3 changed files with 75 additions and 20 deletions

View File

@ -13,13 +13,20 @@ resource "hostingde_record" "mx" {
resource "hostingde_record" "auth" {
zone_id = hostingde_zone.momo.id
name = "auth.momo.koeln"
type = "A"
content = "80.244.242.4"
type = "CNAME"
content = "pioneer.momo.koeln"
}
resource "hostingde_record" "inv" {
zone_id = hostingde_zone.momo.id
name = "inv.momo.koeln"
type = "CNAME"
content = "pioneer.momo.koeln"
}
resource "hostingde_record" "pioneer" {
zone_id = hostingde_zone.momo.id
name = "pioneer.momo.koeln"
type = "A"
content = "80.244.242.4"
}

View File

@ -1,7 +1,7 @@
{
"version": 4,
"terraform_version": "1.2.3",
"serial": 14,
"terraform_version": "1.3.9",
"serial": 22,
"lineage": "e73f0951-6e58-4123-86be-e3184417e14b",
"outputs": {},
"resources": [
@ -14,11 +14,11 @@
{
"schema_version": 0,
"attributes": {
"content": "80.244.242.4",
"content": "pioneer.momo.koeln",
"id": "2304253la2t5fggjw6c",
"name": "auth.momo.koeln",
"ttl": 3600,
"type": "A",
"type": "CNAME",
"zone_id": "221125ttqnsgky4kdia"
},
"sensitive_attributes": [],
@ -60,11 +60,11 @@
{
"schema_version": 0,
"attributes": {
"content": "80.244.242.4",
"content": "pioneer.momo.koeln",
"id": "230227rkfw4pbpdrnig",
"name": "inv.momo.koeln",
"ttl": 3600,
"type": "A",
"type": "CNAME",
"zone_id": "221125ttqnsgky4kdia"
},
"sensitive_attributes": [],
@ -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,5 +184,6 @@
}
]
}
]
],
"check_results": null
}

View File

@ -1,15 +1,38 @@
{
"version": 4,
"terraform_version": "1.2.3",
"serial": 11,
"terraform_version": "1.3.9",
"serial": 20,
"lineage": "e73f0951-6e58-4123-86be-e3184417e14b",
"outputs": {},
"resources": [
{
"mode": "managed",
"type": "hostingde_record",
"name": "auth",
"provider": "provider[\"registry.terraform.io/pub-solar/hostingde\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"content": "pioneer.momo.koeln",
"id": "2304253la2t5fggjw6c",
"name": "auth.momo.koeln",
"ttl": 3600,
"type": "CNAME",
"zone_id": "221125ttqnsgky4kdia"
},
"sensitive_attributes": [],
"dependencies": [
"hostingde_zone.momo"
]
}
]
},
{
"mode": "managed",
"type": "hostingde_record",
"name": "dmarc",
"provider": "provider[\"registry.terraform.io/hostingde/hostingde\"]",
"provider": "provider[\"registry.terraform.io/pub-solar/hostingde\"]",
"instances": [
{
"schema_version": 0,
@ -32,16 +55,16 @@
"mode": "managed",
"type": "hostingde_record",
"name": "inv",
"provider": "provider[\"registry.terraform.io/hostingde/hostingde\"]",
"provider": "provider[\"registry.terraform.io/pub-solar/hostingde\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"content": "80.244.242.4",
"content": "pioneer.momo.koeln",
"id": "230227rkfw4pbpdrnig",
"name": "inv.momo.koeln",
"ttl": 3600,
"type": "A",
"type": "CNAME",
"zone_id": "221125ttqnsgky4kdia"
},
"sensitive_attributes": [],
@ -55,7 +78,7 @@
"mode": "managed",
"type": "hostingde_record",
"name": "mx",
"provider": "provider[\"registry.terraform.io/hostingde/hostingde\"]",
"provider": "provider[\"registry.terraform.io/pub-solar/hostingde\"]",
"instances": [
{
"schema_version": 0,
@ -78,7 +101,7 @@
"mode": "managed",
"type": "hostingde_record",
"name": "spf",
"provider": "provider[\"registry.terraform.io/hostingde/hostingde\"]",
"provider": "provider[\"registry.terraform.io/pub-solar/hostingde\"]",
"instances": [
{
"schema_version": 0,
@ -101,7 +124,7 @@
"mode": "managed",
"type": "hostingde_record",
"name": "website",
"provider": "provider[\"registry.terraform.io/hostingde/hostingde\"]",
"provider": "provider[\"registry.terraform.io/pub-solar/hostingde\"]",
"instances": [
{
"schema_version": 0,
@ -124,7 +147,7 @@
"mode": "managed",
"type": "hostingde_zone",
"name": "momo",
"provider": "provider[\"registry.terraform.io/hostingde/hostingde\"]",
"provider": "provider[\"registry.terraform.io/pub-solar/hostingde\"]",
"instances": [
{
"schema_version": 0,
@ -138,5 +161,6 @@
}
]
}
]
],
"check_results": null
}