hashicorp / terraform-provider-ignition

Terraform Ignition provider
https://www.terraform.io/docs/providers/ignition/
Mozilla Public License 2.0
38 stars 64 forks source link

Updating terraform dependency to 0.11.x? #40

Closed dmacvicar closed 6 years ago

dmacvicar commented 6 years ago

Hi!

https://github.com/dmacvicar/terraform-provider-libvirt supports interacting with ignition resources with this providers.

We used to test this by importing the provider, as you can see: https://github.com/dmacvicar/terraform-provider-libvirt/blob/master/libvirt/provider_test.go#L20 https://github.com/dmacvicar/terraform-provider-libvirt/blob/master/libvirt/resource_libvirt_coreos_ignition_test.go#L15

We are trying to update all terraform-provider-libvirt to ~0.11.3, we can't anymore import this provider for testing they work together.

Before we remove support for ignition or the test, Is there a chance this provider upgrades to terraform 0.11.x?

Thanks!

dmacvicar commented 6 years ago

I think I found out it has nothing to do with the terraform version, but with vendoring, and I can workaround it with glide --strip-vendor. Sorry for the noise.