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
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -151,7 +151,7 @@ resource "null_resource" "ops" {
}
provisioner "file" {
source = "CRI_XCBC"
source = "CRI_XCBC/*"
destination = "/"
}
Loading