1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

MacでTerraformがマルウェア認定された

Posted at

久々にTerraformを使おうとしたらこちらでレポートされている事象に。

バージョンを上げることで解決できました。

tfenvが必要なのでインストールしようとしました。

が、エラー。

Error: Cannot install tfenv because conflicting formulae are installed.
  terraform: because tfenv symlinks terraform binaries

こちらにあるように、先にterraformをunlink

brew unlink terraform
brew install tfenv
tfenv intall 1.4.6

これで動くようになりました!

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?