Set directory structure

This commit is contained in:
2025-03-21 20:55:10 -05:00
parent e1c72629a8
commit 201839c309
50 changed files with 2851 additions and 5 deletions

View File

@@ -0,0 +1,102 @@
{
"version": 4,
"terraform_version": "1.5.7",
"serial": 5,
"lineage": "cd534326-12a6-df16-4d84-72182549473f",
"outputs": {},
"resources": [
{
"mode": "managed",
"type": "freeipa_dns_record",
"name": "api",
"provider": "provider[\"registry.terraform.io/rework-space-com/freeipa\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"id": "int.mk-labs.cloud._api.hub_A",
"name": "api.hub",
"records": [
"10.1.71.10"
],
"set_identifier": null,
"ttl": 60,
"type": "A",
"zone_name": "int.mk-labs.cloud."
},
"sensitive_attributes": []
}
]
},
{
"mode": "managed",
"type": "freeipa_dns_record",
"name": "api-int",
"provider": "provider[\"registry.terraform.io/rework-space-com/freeipa\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"id": "int.mk-labs.cloud._api-int.hub_A",
"name": "api-int.hub",
"records": [
"10.1.71.10"
],
"set_identifier": null,
"ttl": 60,
"type": "A",
"zone_name": "int.mk-labs.cloud."
},
"sensitive_attributes": []
}
]
},
{
"mode": "managed",
"type": "freeipa_dns_record",
"name": "ocp-hub",
"provider": "provider[\"registry.terraform.io/rework-space-com/freeipa\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"id": "int.mk-labs.cloud._hub_A",
"name": "hub",
"records": [
"10.1.71.11"
],
"set_identifier": null,
"ttl": 60,
"type": "A",
"zone_name": "int.mk-labs.cloud."
},
"sensitive_attributes": []
}
]
},
{
"mode": "managed",
"type": "freeipa_dns_record",
"name": "wildcard-apps",
"provider": "provider[\"registry.terraform.io/rework-space-com/freeipa\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"id": "int.mk-labs.cloud._*.apps.hub_A",
"name": "*.apps.hub",
"records": [
"10.1.71.10"
],
"set_identifier": null,
"ttl": 60,
"type": "A",
"zone_name": "int.mk-labs.cloud."
},
"sensitive_attributes": []
}
]
}
],
"check_results": null
}