Skip to content
Snippets Groups Projects

wip: test-keypair without file

Closed Krish Moodbidri requested to merge feat-test-keypair into feat-deploy-xdmod-supremm
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -139,8 +139,8 @@ resource "null_resource" "ops" {
@@ -139,8 +139,8 @@ resource "null_resource" "ops" {
connection {
connection {
host = module.create-ohpc-instance.ssh_host
host = module.create-ohpc-instance.ssh_host
user = var.ohpc_user
user = var.ohpc_user
private_key = file(var.ssh_private_key)
private_key = var.ssh_private_key
}
}
# moves CRI_XCBC file into directory made above
# moves CRI_XCBC file into directory made above
Loading