mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-23 01:24:36 +07:00
Revert "chore(external): ignore modified_on drift"
This reverts commit b7bdbe6316
.
This commit is contained in:
parent
b7bdbe6316
commit
496b66c6a4
@ -68,12 +68,6 @@ resource "cloudflare_api_token" "external_dns" {
|
|||||||
in = local.public_ips
|
in = local.public_ips
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
lifecycle {
|
|
||||||
ignore_changes = [
|
|
||||||
modified_on
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Not proxied, not accessible. Just a record for auto-created CNAMEs by external-dns.
|
# Not proxied, not accessible. Just a record for auto-created CNAMEs by external-dns.
|
||||||
@ -115,12 +109,6 @@ resource "cloudflare_api_token" "cert_manager" {
|
|||||||
in = local.public_ips
|
in = local.public_ips
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
lifecycle {
|
|
||||||
ignore_changes = [
|
|
||||||
modified_on
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "kubernetes_secret" "cert_manager_token" {
|
resource "kubernetes_secret" "cert_manager_token" {
|
||||||
|
Loading…
Reference in New Issue
Block a user