We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add import functions to resources to allow importing of resources defined in netbox.
$ terraform import netbox_ip_addresses.ip_test 1
Use this to import the address with ID 1 into the terraform state.
See amhn@9b13e59 for possible implementation. Tested with terraform 0.14.8 and 0.13.6 and netbox 3e4c35ffd9f6 (v2.10.6)
The text was updated successfully, but these errors were encountered:
Hello. Could you please open a PR ? Thanks.
Sorry, something went wrong.
feat: Add default importer function to resources
22c0538
Fix smutel#51
smutel
Successfully merging a pull request may close this issue.
Summary
Add import functions to resources to allow importing of resources defined in netbox.
Example
Usage
Use this to import the address with ID 1 into the terraform state.
Implementation
See amhn@9b13e59 for possible implementation.
Tested with terraform 0.14.8 and 0.13.6 and netbox 3e4c35ffd9f6 (v2.10.6)
Tested ressources:
Not tested:
The text was updated successfully, but these errors were encountered: