-
Notifications
You must be signed in to change notification settings - Fork 26
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
feature request: import resource #170
Comments
Hello - is there a way to add in the "import" feature for the ThousandEyes Terraform Provider? This is critical to not only import current Tests, but also for recovery of the Terraform State. Thank you. |
OK - after some testing, even though it is not documented, and these issues exist for it, import does work with the Test ID:
Example: curl https://api.thousandeyes.com/v7/tests --header "Authorization: Bearer " resource "thousandeyes_http_server" "example_test" { terraform import thousandeyes_http_server.example_test <test_id> terraform plan #to update the Test with any changes made to the Test in the Terraform .tf file |
Hi @ncat-epic, Thank you for identifying this and providing such a detailed explanation. We will incorporate this into the documentation and plan to resolve these issues shortly. Much appreciated! |
if there is any plan to develop import resource from existing TE configurations as TE TF resources
https://developer.hashicorp.com/terraform/language/import
The text was updated successfully, but these errors were encountered: