feat: backup and restore
This commit is contained in:
@@ -14,16 +14,6 @@ output "prod_private_ipv4" {
|
||||
value = module.prod.private_ipv4
|
||||
}
|
||||
|
||||
output "dev_data_dir" {
|
||||
description = "Deterministic host path of dev's auto-mounted volume - also written to services/dev/.env as DATA_DIR."
|
||||
value = module.dev.data_dir
|
||||
}
|
||||
|
||||
output "prod_data_dir" {
|
||||
description = "Deterministic host path of prod's auto-mounted volume - also written to services/prod/.env as DATA_DIR."
|
||||
value = module.prod.data_dir
|
||||
}
|
||||
|
||||
output "vpn_ipv4" {
|
||||
value = module.vpn.ipv4
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user