try to fix issue
This commit is contained in:
parent
9812fbcab3
commit
56b097e756
1 changed files with 1 additions and 1 deletions
2
main.tf
2
main.tf
|
@ -118,7 +118,7 @@ resource "libvirt_domain" "debian" {
|
||||||
for_each = var.add_data_share ? [1] : []
|
for_each = var.add_data_share ? [1] : []
|
||||||
|
|
||||||
content {
|
content {
|
||||||
source = "/data/${local.domain_name}/"
|
source = "/data/${local.domain_name}"
|
||||||
target = "data"
|
target = "data"
|
||||||
readonly = false
|
readonly = false
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue