vatesfr / terraform-provider-xenorchestra

Xen Orchestra provider for Terraform
MIT License
150 stars 32 forks source link

Create Vm during client package tests if one doesn't already exist #90

Closed ddelnano closed 3 years ago

ddelnano commented 3 years ago

This is something that will allow the client package tests to run from a blank slate. It also ensures that we can perform actions on this Vm without any worry that it is mutating any real infrastructure.

The vm will need to be created with a tag so that it can be easily queried to make later test invocations quick.

ddelnano commented 3 years ago

This was implemented in #125