feat: Added automatic script copying functionality
This commit is contained in:
@@ -5,3 +5,8 @@ output "ipv4" {
|
||||
output "private_ipv4" {
|
||||
value = var.private_ip
|
||||
}
|
||||
|
||||
output "data_dir" {
|
||||
description = "Deterministic host path of the auto-mounted volume - see local.data_dir."
|
||||
value = local.data_dir
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user