OpenVPN / terraform-provider-cloudconnexa

OpenVPN Terraform CloudConnexa provider
https://registry.terraform.io/providers/OpenVPN/cloudconnexa
Apache License 2.0
2 stars 1 forks source link

Implement import for ip_service resource #4

Open pickgr opened 1 week ago

pickgr commented 1 week ago

Our ip_services were originally built with the old provider. Migrating to the new provider, everything needed to be imported into terraform state.

We have several ip_services that we can not really destroy and re-create without an outage so we'd like to be able to import them. However, it looks like the provider doesn't support this for all resources yet:

https://github.com/search?q=repo%3AOpenVPN%2Fterraform-provider-cloudconnexa+Importer%3A&type=code