Complete migration now that the changes are applied.

This commit is contained in:
2025-10-22 22:04:37 +11:00
parent 92f60a7572
commit bd815e96c6
3 changed files with 1 additions and 59 deletions

View File

@@ -29,26 +29,3 @@ moved {
from = nomad_csi_volume_registration.unraid_appdata_traefik
to = module.ingress.nomad_csi_volume_registration.unraid_appdata_traefik
}
# authelia.tf
moved {
from = nomad_job.authelia
to = module.ingress.nomad_job.authelia
}
moved {
from = postgresql_role.authelia
to = module.ingress.postgresql_role.authelia
}
moved {
from = postgresql_database.authelia
to = module.ingress.postgresql_database.authelia
}
moved {
from = nomad_variable.authelia
to = module.ingress.nomad_variable.authelia
}