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 件のコメント:

コメントを投稿

Redis(helm install)

local-storage  は  動的プロビジョニングされない  ため、Helm のインストール時に  PersistentVolume (PV) を事前に作成する必要があります 。 手順: 1)strage classをlocal strageを指定 helm install...