Skip to content
Snippets Groups Projects
Commit 73246e6b authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Remove file function around private key

parent 2f93187f
No related branches found
No related tags found
2 merge requests!6Add CD feature to the repo,!1wip: test-keypair without file
Pipeline #7902 failed with stages
in 4 minutes and 33 seconds
......@@ -139,8 +139,8 @@ resource "null_resource" "ops" {
connection {
host = module.create-ohpc-instance.ssh_host
user = var.ohpc_user
private_key = file(var.ssh_private_key)
user = var.ohpc_user
private_key = var.ssh_private_key
}
# moves CRI_XCBC file into directory made above
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment