Complete migration now that the changes are applied.
This commit is contained in:
@@ -17,38 +17,3 @@ provider "postgresql" {
|
||||
sslmode = "disable"
|
||||
connect_timeout = 15
|
||||
}
|
||||
|
||||
# csi-smb.tf
|
||||
|
||||
moved {
|
||||
from = nomad_job.csi-smb
|
||||
to = module.data.nomad_job.csi-smb
|
||||
}
|
||||
|
||||
# postgres.tf
|
||||
|
||||
moved {
|
||||
from = nomad_job.postgres
|
||||
to = module.data.nomad_job.postgres
|
||||
}
|
||||
|
||||
moved {
|
||||
from = nomad_job.pgadmin
|
||||
to = module.data.nomad_job.pgadmin
|
||||
}
|
||||
|
||||
moved {
|
||||
from = nomad_job.pgbackup
|
||||
to = module.data.nomad_job.pgbackup
|
||||
}
|
||||
|
||||
moved {
|
||||
from = nomad_variable.postgres
|
||||
to = module.data.nomad_variable.postgres
|
||||
}
|
||||
|
||||
moved {
|
||||
from = nomad_csi_volume_registration.unraid_database_dump
|
||||
to = module.data.nomad_csi_volume_registration.unraid_database_dump
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user