Existing Terraform + Convox Gen 3

If we have an existing terraform setup, is there a way to just import a “Convox Rack” module, rather than have the Convox CLI do all of the terraform setup? It would be great to have Convox live in our existing Terraform config.

1 Like

Hi @idris,
You can import our Terraform modules if you’d like (start here: https://github.com/convox/convox/tree/master/terraform/system) but you’d be on your own for Rack updates etc (terraform apply etc). Alternatively you could always do the Rack install using Convox and then reference the VPC id etc from your own Terraform config to incorporate it in your setup.
Hope that makes sense!