move from data disk to virtiofs share

This commit is contained in:
Pim Kunis 2023-04-26 15:13:25 +02:00
parent f7c4660584
commit 1f0c6e25ec
4 changed files with 4 additions and 5 deletions

View file

@ -12,7 +12,7 @@ terraform {
}
provider "libvirt" {
uri = "qemu+ssh://root@atlas.lan/system"
uri = "qemu+ssh://root@atlas.hyp/system"
}
resource "libvirt_volume" "data" {