Organizations

1 results for バージョン管理
  • 概要 仕事で複数のプロジェクトでTerraformを使うことになった。 過去、0.10.* から 0.11.* にバージョンアップした後、不具合が発生して 0.10.* にバージョンダウンしようとしたらsyntaxが変わりバージョンを下げられなくなってしまったということがあった。 そこで、Terraformのバージョンを統一的にしていくかどうかは置いたとしても、バージョンの差異による問題が発生することは今後ありえるだろうと考え、tfenvを利用してみることにした。 tfenvを使うとterraformのバージョンを簡単に切り替えられるらしい。 tfenvのインストール brew installするだけ。 $ brew install tfenv Error: Cannot install tfenv because conflicting formulae are installed. terraform: because tfenv symlinks terraform binaries Please `brew unlink terraform` before continuing. Unlinking removes a formula's symlinks from /usr/local. You can link the formula again after the install finishes. You can --force this install, but the build may fail or cause obscure side-effects in the resulting software.
    terraform バージョン管理 Created Thu, 15 Feb 2018 15:25:32 +0000