diff --git a/main.tf b/main.tf index 6960264..efd95d9 100644 --- a/main.tf +++ b/main.tf @@ -1,5 +1,5 @@ module "lxc" { - source = "./proxmox_lxc_container" + source = "./modules/proxmox_lxc_container" for_each = var.lxc_containers diff --git a/proxmox_lxc_container/locals.tf b/modules/proxmox_lxc_container/locals.tf similarity index 100% rename from proxmox_lxc_container/locals.tf rename to modules/proxmox_lxc_container/locals.tf diff --git a/proxmox_lxc_container/main.tf b/modules/proxmox_lxc_container/main.tf similarity index 100% rename from proxmox_lxc_container/main.tf rename to modules/proxmox_lxc_container/main.tf diff --git a/proxmox_lxc_container/outputs.tf b/modules/proxmox_lxc_container/outputs.tf similarity index 100% rename from proxmox_lxc_container/outputs.tf rename to modules/proxmox_lxc_container/outputs.tf diff --git a/proxmox_lxc_container/providers.tf b/modules/proxmox_lxc_container/providers.tf similarity index 100% rename from proxmox_lxc_container/providers.tf rename to modules/proxmox_lxc_container/providers.tf diff --git a/proxmox_lxc_container/variables.tf b/modules/proxmox_lxc_container/variables.tf similarity index 100% rename from proxmox_lxc_container/variables.tf rename to modules/proxmox_lxc_container/variables.tf