reIP again
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user