reIP again

This commit is contained in:
2025-03-22 00:10:28 -05:00
parent b5fee9766a
commit 0f10cc0ab3
2 changed files with 4 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ resource "freeipa_dns_record" "api" {
name = "api.hub"
type = "A"
records = [
"10.1.71.11",
"10.1.71.10",
]
ttl = 60
}
@@ -23,7 +23,7 @@ resource "freeipa_dns_record" "api-int" {
name = "api-int.hub"
type = "A"
records = [
"10.1.71.11",
"10.1.71.10",
]
ttl = 60
}
@@ -33,7 +33,7 @@ resource "freeipa_dns_record" "wildcard-apps" {
name = "*.apps.hub"
type = "A"
records = [
"10.1.71.12",
"10.1.71.10",
]
ttl = 60
}