Search code examples
installationterraformterraform-provider-awsterraform0.12+terraform-template-file

How do I install Terraformer on my Windows machine?


I have gone through some online blogs, can someone explain how in the world should I install terraformer on my machine? There is no exe file or anything. I have followed blogs online, have no idea where I am going wrong, it just doesn't show up in the cmd. Would be a great help!! Thanks! Blogs I don't understand:

https://neillwturner.medium.com/using-terraformer-to-generate-terraform-files-from-your-existing-cloud-environment-f2923a77d586

https://faun.pub/terraformer-5036241f90cc

I have no idea how to go about this


Solution

  • You can use a Chocolatey package manager to install on windows choco install terraformer.

    According to the readme file you can also do the following:

    Windows

    1. Install Terraform - https://www.terraform.io/downloads
    2. Download exe file for required provider from here - https://github.com/GoogleCloudPlatform/terraformer/releases
    3. Add the exe file path to path variable
    4. Create a folder and initialize the terraform provider and run terraformer commands from there For AWS - refer https://learn.hashicorp.com/tutorials/terraform/aws-build?in=terraform/aws-get-started