You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for providing an official ngrok terraform provider! However, unless I'm mistaken, it seems that this provider does not support importing existing resources into the terraform state file. We are currently in the process of trying to automate all of our infrastructure (of which ngrok is a crucial piece) and it would be great to be able to import existing ngrok resources so that they can be fully managed in terraform going forward.
The text was updated successfully, but these errors were encountered:
Hey @cmollet, thanks for the request! We totally agree. There's a few things that need to be added to the provider and being able to import existing resources is definitely one of them. It is for sure on our radar. For your specific use case, which resources are you configuring with the provider and which resources are you looking to import?
Thanks for the quick reply, @stmcallister ! For us, the most crucial part to automate would be endpoint configurations and ip policy rules. However, we have an entire team that has been trained to use ngrok via the web portal so it would require some process changes on our end for an actually fully automated workflow that eliminated drift between terraform config vs actual infra. Importing existing endpoints and ip policy rules would be just the first step. Glad to hear it's on your radar though!
Hello,
Thank you for providing an official ngrok terraform provider! However, unless I'm mistaken, it seems that this provider does not support importing existing resources into the terraform state file. We are currently in the process of trying to automate all of our infrastructure (of which ngrok is a crucial piece) and it would be great to be able to import existing ngrok resources so that they can be fully managed in terraform going forward.
The text was updated successfully, but these errors were encountered: