2023年3月12日日曜日

Terraform initができなくなった件(M1 Mac編)

terraformコマンドでロックがかかったタイミングで
terrafrom initが出来なくなり解決するまでの経緯を記載する








1)実施したことは、以下の削除を行う
tfenv uninstall 1.4.0
rm -r ~/.terraform.d/
brew uninstall tfenv

2)再インストールを行う
brew tap hashicorp/tap
brew install hashicorp/tap/terraform
brew install tfenv
tfenv install 1.4.0
brew install tfenv

3)terraform initを再実施


0 件のコメント:

コメントを投稿

memo2

  ## ProxyPassにALBのパスルーティング先を記載 ## RUN echo 'LoadModule proxy_module modules/mod_proxy.so' >> /etc/apache2/apache2.conf ...