support directory share

This commit is contained in:
Pim Kunis 2023-04-25 22:37:27 +02:00
parent 34b3895acf
commit 15670c9865
2 changed files with 6 additions and 0 deletions

1
debian/main.tf vendored
View file

@ -32,4 +32,5 @@ module "tf_debian_vm" {
mac = var.mac
fixed_dns = var.fixed_dns
disk_size = var.disk_size
add_data_share = var.add_data_share
}

5
debian/variables.tf vendored
View file

@ -86,3 +86,8 @@ variable "ca_key" {
type = string
default = "dmz_host"
}
variable "add_data_share" {
type = bool
default = true
}