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:
parent
b2000ded7c
commit
37169cd7d9
5
main.tf
5
main.tf
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user