add the option to add tags at deployement
I made this things a vars Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
2
main.tf
2
main.tf
@@ -58,6 +58,8 @@ resource "xenorchestra_vm" "vm_deployed" {
|
||||
size = var.disk_size * 1024 * 1024 * 1024
|
||||
}
|
||||
|
||||
tags = var.vm_tags
|
||||
|
||||
// Override the default create timeout from 5 mins to 20.
|
||||
timeouts {
|
||||
create = "20m"
|
||||
|
Reference in New Issue
Block a user