Dom Delnano
Dom Delnano
This was automatically closed by merging that PR, but supporting remote file locations is still outstanding. > Does the terraform HTTP provider keep its result in memory? This might be...
I followed up with my PR regarding the http provider today (https://github.com/hashicorp/terraform-provider-http/pull/214#issuecomment-1396327246).
The Terraform team got back to me and while they were evaluating this functionality prior, they are not looking to make this change now. They are concerned about the stability...
I've added a warning log when the `#cloud-config` string is missing in the template in #219. The XO client doesn't have a yaml parser installed and so I felt that...
#224 should be a more improved version of my first attempt.
I ran the test suite for this branch and there is a compilation issue. ``` diff --git a/xoa/resource_xenorchestra_vm_test.go b/xoa/resource_xenorchestra_vm_test.go index 2bf506b..343a979 100644 --- a/xoa/resource_xenorchestra_vm_test.go +++ b/xoa/resource_xenorchestra_vm_test.go @@ -1590,7 +1590,7 @@...
After debugging the test more, the error is originating from the fact that the XO api iterates over the VBDs present to identify what SR to use for the cloud...
@4censord thanks for clarifying. So based on my current understanding of the XO api, we still need to provide a disk because that's how the cloudinit integration works. I need...
The `xenorchestra_network` resource will be available in v0.24.2 (available in the next 30 mins). I am following up that change to include supporting bonded networks. Once that is done, we...
The support for bonded networks was completed in #253.