cloudscale-ch / terraform-provider-cloudscale

Terraform Cloudscale provider
https://registry.terraform.io/providers/cloudscale-ch/cloudscale/latest
MIT License
8 stars 10 forks source link

[Feature Request] Support import #42

Closed DebakelOrakel closed 2 years ago

DebakelOrakel commented 3 years ago

If possible, it would be nice to be able to import "legacy" resources into terraform.

Error: resource cloudscale_network doesn't support import
alakae commented 3 years ago

Hi @DebakelOrakel

Thanks for your comment!

I think this is a duplicate of #40. This feature is still in out backlog. I hope we'll have time to implement it soon.

alakae commented 2 years ago

I realised that import and data sources are similar, but different features. Therefore, reopening this issue. Sorry for the inconvenience.

davidhalter commented 2 years ago

Imports have been implemented for all resources except custom images:

https://registry.terraform.io/providers/cloudscale-ch/cloudscale/latest/docs

Have fun using it :).