Skip to content

Commit 5e1fd54

Browse files
committed
debug private key
1 parent c822cfc commit 5e1fd54

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config-repo.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,13 @@ resource "null_resource" "create_config_repo" {
128128
on_failure = fail
129129
working_dir = "${path.module}"
130130
}
131+
132+
provisioner "local-exec" {
133+
command = "less ~/.ssh/api-private-key.pem"
134+
on_failure = fail
135+
working_dir = "${path.module}"
136+
}
137+
131138
provisioner "local-exec" {
132139
command = "chmod 400 ~/.ssh/api-private-key.pem"
133140
on_failure = fail

0 commit comments

Comments
 (0)