This commit is contained in:
tolerryan
2025-11-04 01:10:55 -06:00
parent b4786091be
commit 86ce73c39b
2 changed files with 1 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ resource "proxmox_lxc" "test2" {
} }
module "ansible_setup" { module "ansible_setup" {
source = "./ansible_setup.tf" source = "./modules/ansible_setup.tf"
hostname = "test2" hostname = "test2"
ip = "192.168.0.64" ip = "192.168.0.64"
} }