mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(tf): cf api changed?
This commit is contained in:
parent
5c377e78bf
commit
ea788db500
1 changed files with 4 additions and 4 deletions
|
|
@ -81,7 +81,7 @@ resource "cloudflare_record" "kerberos_uri_tcp" {
|
|||
priority = 0
|
||||
data {
|
||||
weight = 100
|
||||
content = "krb5srv:m:tcp:${local.idp_fqdn}."
|
||||
target = "krb5srv:m:tcp:${local.idp_fqdn}."
|
||||
}
|
||||
ttl = 3600
|
||||
}
|
||||
|
|
@ -93,7 +93,7 @@ resource "cloudflare_record" "kerberos_uri_udp" {
|
|||
priority = 0
|
||||
data {
|
||||
weight = 100
|
||||
content = "krb5srv:m:udp:${local.idp_fqdn}."
|
||||
target = "krb5srv:m:udp:${local.idp_fqdn}."
|
||||
}
|
||||
ttl = 3600
|
||||
}
|
||||
|
|
@ -137,7 +137,7 @@ resource "cloudflare_record" "kpasswd_uri_tcp" {
|
|||
priority = 0
|
||||
data {
|
||||
weight = 100
|
||||
content = "krb5srv:m:tcp:${local.idp_fqdn}."
|
||||
target = "krb5srv:m:tcp:${local.idp_fqdn}."
|
||||
}
|
||||
ttl = 3600
|
||||
}
|
||||
|
|
@ -149,7 +149,7 @@ resource "cloudflare_record" "kpasswd_uri_udp" {
|
|||
priority = 0
|
||||
data {
|
||||
weight = 100
|
||||
content = "krb5srv:m:udp:${local.idp_fqdn}."
|
||||
target = "krb5srv:m:udp:${local.idp_fqdn}."
|
||||
}
|
||||
ttl = 3600
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue