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
5 files
+ 22
10
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 1
1
@@ -52,7 +52,7 @@ resource "openstack_compute_instance_v2" "compute" {
# defines the networks of the instance
network {
name = var.internal_network
uuid = var.internal_network
}
}
Loading