Remove some state moved declarations
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user