gcloud を使用して GCP でサービス アカウントのキー ファイルを作成しようとしています。
gcloud iam service-accounts keys create ~/.config/gcloud/key.json \
--iam-account terraform@$myproject.iam.gserviceaccount.com
残念ながら反応します
(gcloud) Unable to create private file [~/.config/gcloud/key.json]: [Errno 2] No such file or directory: '~/.config/gcloud/key.json'
フォルダ
'~/.config/gcloud/'
存在します。