diff --git a/proxmox.tf b/proxmox.tf index b10efb2..c920f53 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -213,7 +213,7 @@ resource "null_resource" "add_api_ip" { user = each.value.extra_users[0].name password = each.value.extra_users[0].password timeout = "4m" - agent = false + agent = true } } } \ No newline at end of file