0
:terraformはsshパスワードで保護されたキーをサポートしていますか?私はここで、この設定を使用しようとしている
connection {
type = "ssh"
user = "root"
agent = true
private_key = "${file("~/.ssh/id_rsa")}"
}
私はエラーを持っている:
password protected keys are not supported. Please decrypt the key prior to use.
私もprivate_key
パラメータを削除しようとしました。 ssh-agentから鍵を読み取るだけで動作しますが、動作しません。 Terraformのバージョンは0.9.2