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:
parent
8971469873
commit
268a346a19
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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user