mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-23 01:14:38 +07:00
chore(external): ignore modified_on drift
This commit is contained in:
parent
d9a77ec3c2
commit
b7bdbe6316
@ -68,6 +68,12 @@ 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.
|
||||||
@ -109,6 +115,12 @@ 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