From 68cf58ead5c26167f86f5ebd2f6932c6280c2112 Mon Sep 17 00:00:00 2001 From: Adrian Cowan Date: Thu, 20 Nov 2025 23:45:56 +1100 Subject: [PATCH] Remove some state moved declarations --- 2-nomad-config/2-ingress.tf | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/2-nomad-config/2-ingress.tf b/2-nomad-config/2-ingress.tf index 63f2ea8..2622d68 100644 --- a/2-nomad-config/2-ingress.tf +++ b/2-nomad-config/2-ingress.tf @@ -2,30 +2,3 @@ module "ingress" { source = "./2-ingress" } - -# traefik.tf - -moved { - from = cloudflare_dns_record.othrayte-one - to = module.ingress.cloudflare_dns_record.othrayte-one -} - -moved { - from = cloudflare_dns_record.star-othrayte-one - to = module.ingress.cloudflare_dns_record.star-othrayte-one -} - -moved { - from = nomad_variable.traefik - to = module.ingress.nomad_variable.traefik -} - -moved { - from = nomad_job.traefik - to = module.ingress.nomad_job.traefik -} - -moved { - from = nomad_csi_volume_registration.unraid_appdata_traefik - to = module.ingress.nomad_csi_volume_registration.unraid_appdata_traefik -}