remove tags ffrom deployement

add these tags in your template it's work faster

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
Nicolas Boufidjeline 2022-06-29 22:57:14 +02:00
parent b2000ded7c
commit 37169cd7d9
No known key found for this signature in database
GPG Key ID: 8DC009DF411D3BE1

View File

@ -58,11 +58,6 @@ resource "xenorchestra_vm" "bar" {
size = var.disk_size * 1024 * 1024 * 1024 size = var.disk_size * 1024 * 1024 * 1024
} }
tags = [
"Debian",
"Best Distro",
]
// Override the default create timeout from 5 mins to 20. // Override the default create timeout from 5 mins to 20.
timeouts { timeouts {
create = "20m" create = "20m"