From 37169cd7d9c6389394fed35d463c585daa34ffb5 Mon Sep 17 00:00:00 2001 From: GnomeZworc Date: Wed, 29 Jun 2022 22:57:14 +0200 Subject: [PATCH] remove tags ffrom deployement add these tags in your template it's work faster Signed-off-by: GnomeZworc --- main.tf | 5 ----- 1 file changed, 5 deletions(-) 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"