diff --git a/main.tf b/main.tf index 644f4b0..5aa308f 100644 --- a/main.tf +++ b/main.tf @@ -58,11 +58,6 @@ resource "xenorchestra_vm" "bar" { size = var.disk_size * 1024 * 1024 * 1024 } - tags = [ - "Debian", - "Best Distro", - ] - // Override the default create timeout from 5 mins to 20. timeouts { create = "20m"