Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Importer Functionality for Resources #49

Open
wtran63 opened this issue Mar 21, 2019 · 1 comment
Open

Enable Importer Functionality for Resources #49

wtran63 opened this issue Mar 21, 2019 · 1 comment

Comments

@wtran63
Copy link

wtran63 commented Mar 21, 2019

Currently terraform import is not supported on all resources. This feature would allow greater flexibility for those that are moving from an unmanaged to a terraform managed keboola instance.

https://www.terraform.io/docs/extend/resources.html#importers

@wtran63
Copy link
Author

wtran63 commented Mar 21, 2019

Double checking the code, the importer is available for most resources except a few:

  • Extractors
  • Storage Table
  • Writer Tables

With regard to Storage tables: Because the resource forces the user to destroy and recreate a resource anyways after import, there's no reason to be able to import, other than having terraform take over managing that specific ID

  • I have not double checked extractors and writer tables.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant