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

コメントを投稿

php log(ECS ログ出力)

# PHPエラーログの設定 ENV PHP_INI_DIR /usr/local/etc/php RUN { \ echo 'log_errors = On' ; \ echo 'error_log = /proc/self/...