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
Compare and Show latest version
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
@@ -144,8 +144,9 @@ resource "null_resource" "ops" {
}
# moves CRI_XCBC file into directory made above
provisioner "local-exec" {
command = "git clone --branch dev https://github.com/jprorama/CRI_XCBC.git /"
provisioner "file" {
source = "CRI_XCBC/*"
destination = "/"
}
# compute node
Loading