Set directory structure
This commit is contained in:
102
10-sno-hub-cluster/00-dns/terraform.tfstate
Normal file
102
10-sno-hub-cluster/00-dns/terraform.tfstate
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user