added 2 dns entries
Some checks failed
Terraform Plan / plan (push) Failing after 0s

This commit is contained in:
2026-01-01 18:47:16 +01:00
parent c839cb3c41
commit c95aa2b824
3 changed files with 239 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"version": 4,
"terraform_version": "1.14.3",
"serial": 53,
"serial": 59,
"lineage": "7c69e311-e46b-0d39-a679-49d13d742523",
"outputs": {},
"resources": [
@@ -203,6 +203,38 @@
}
]
},
{
"module": "module.dns-avlabs",
"mode": "managed",
"type": "hcloud_zone_rrset",
"name": "gitea",
"provider": "provider[\"registry.terraform.io/hetznercloud/hcloud\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"change_protection": false,
"id": "gitea/A",
"labels": {},
"name": "gitea",
"records": [
{
"comment": "Gitea Server",
"value": "91.98.205.65"
}
],
"ttl": null,
"type": "A",
"zone": "avlabs.ovh"
},
"sensitive_attributes": [],
"identity_schema_version": 0,
"dependencies": [
"module.dns-avlabs.hcloud_zone.avlabs"
]
}
]
},
{
"module": "module.dns-avlabs",
"mode": "managed",
@@ -239,6 +271,38 @@
}
]
},
{
"module": "module.dns-avlabs",
"mode": "managed",
"type": "hcloud_zone_rrset",
"name": "netbox",
"provider": "provider[\"registry.terraform.io/hetznercloud/hcloud\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"change_protection": false,
"id": "netbox/A",
"labels": {},
"name": "netbox",
"records": [
{
"comment": "Netbox Server",
"value": "91.98.205.65"
}
],
"ttl": null,
"type": "A",
"zone": "avlabs.ovh"
},
"sensitive_attributes": [],
"identity_schema_version": 0,
"dependencies": [
"module.dns-avlabs.hcloud_zone.avlabs"
]
}
]
},
{
"module": "module.dns-avlabs",
"mode": "managed",