orange-cloudfoundry / terraform-provider-cloudfoundry

A terraform provider to manage a Cloud Foundry instance.
Apache License 2.0
31 stars 8 forks source link

Resource Importability #28

Closed gberche-orange closed 6 years ago

gberche-orange commented 7 years ago

Support for terraform import would help TF-CF adoption when existing infrastructure are already created and need to be preserved, and start being managed by TF.

We have use cases for the following imports:

A workaround currently applied is to manually craft the corresponding tfstate file entries, which might be tedious and error prone.

Related tf documentation:

/CC @shoudusse

gberche-orange commented 6 years ago

Closing as won't fix, in favor of https://github.com/mevansam/terraform-provider-cf/issues/6