如何在 Windows 计算机上安装 Terraformer?

发布于 2025-01-11 08:34:16 字数 577 浏览 0 评论 0 原文

我浏览了一些在线博客,有人可以解释一下我到底应该如何在我的机器上安装 terraformer 吗?没有exe文件什么的。我在网上关注了博客,不知道我哪里出了问题,它只是没有显示在cmd中。 将是一个很大的帮助!谢谢! 我不明白的博客:

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

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

我不知道该怎么做

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

最丧也最甜 2025-01-18 08:34:16

您可以使用 Chocolatey 包管理器在 Windows 上安装 choco install terraformer

根据自述文件,您还可以执行以下操作:

窗口

  1. 安装 Terraform - https://www.terraform.io/downloads
  2. 从此处下载所需提供商的 exe 文件 - https://github.com/GoogleCloudPlatform/terraformer/releases
  3. 将exe文件路径添加到path变量
  4. 创建一个文件夹并初始化 terraform 提供程序并从那里运行 terraformer 命令 对于 AWS - 请参阅 https://learn.hashicorp.com/tutorials/terraform/aws-build?in=terraform/aws-get-started

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
小帐篷 2025-01-18 08:34:16

$ brew install terraformer


$ terraformer -v

这仅适用于 Mac

$ brew install terraformer


$ terraformer -v

this is for mac only

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文