mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(tf): maybe move to values?
This commit is contained in:
parent
e87978ffce
commit
1d0ece6338
1 changed files with 4 additions and 20 deletions
|
|
@ -74,11 +74,7 @@ resource "cloudflare_record" "kerberos_uri_tcp" {
|
|||
zone_id = cloudflare_zone.gensokyo-zone_zone.id
|
||||
name = "_kerberos"
|
||||
type = "URI"
|
||||
data {
|
||||
priority = 0
|
||||
weight = 100
|
||||
target = "\"krb5srv:m:tcp:idp.gensokyo.zone.\""
|
||||
}
|
||||
value = '0 100 "krb5srv:m:tcp:idp.gensokyo.zone."'
|
||||
ttl = 3600
|
||||
}
|
||||
|
||||
|
|
@ -86,11 +82,7 @@ resource "cloudflare_record" "kerberos_uri_udp" {
|
|||
zone_id = cloudflare_zone.gensokyo-zone_zone.id
|
||||
name = "_kerberos"
|
||||
type = "URI"
|
||||
data {
|
||||
priority = 0
|
||||
weight = 100
|
||||
target = "\"krb5srv:m:udp:idp.gensokyo.zone.\""
|
||||
}
|
||||
value = '0 100 "krb5srv:m:udp:idp.gensokyo.zone."'
|
||||
ttl = 3600
|
||||
}
|
||||
|
||||
|
|
@ -130,11 +122,7 @@ resource "cloudflare_record" "kpasswd_uri_tcp" {
|
|||
zone_id = cloudflare_zone.gensokyo-zone_zone.id
|
||||
name = "_kpasswd"
|
||||
type = "URI"
|
||||
data {
|
||||
priority = 0
|
||||
weight = 100
|
||||
target = "\"krb5srv:m:tcp:idp.gensokyo.zone.\""
|
||||
}
|
||||
value = '0 100 "krb5srv:m:tcp:idp.gensokyo.zone."'
|
||||
ttl = 3600
|
||||
}
|
||||
|
||||
|
|
@ -142,11 +130,7 @@ resource "cloudflare_record" "kpasswd_uri_udp" {
|
|||
zone_id = cloudflare_zone.gensokyo-zone_zone.id
|
||||
name = "_kpasswd"
|
||||
type = "URI"
|
||||
data {
|
||||
priority = 0
|
||||
weight = 100
|
||||
target = "\"krb5srv:m:udp:idp.gensokyo.zone.\""
|
||||
}
|
||||
value = '0 100 "krb5srv:m:udp:idp.gensokyo.zone."'
|
||||
ttl = 3600
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue