Skip to content
Snippets Groups Projects
Commit d22b41ee authored by Ryan Randles Jones's avatar Ryan Randles Jones
Browse files

using keys in vars file for openstack_compute_keypair_v2"

parent 18c034a7
No related branches found
No related tags found
1 merge request!18Variable update branch
resource "openstack_compute_keypair_v2" "keypair" {
name = "my-keypair"
public_key = "${file("~/.ssh/id_rsa.pub")}"
name = "${var.os-gen-keypair}"
public_key = "${var.public-key}"
}
#local variable for ssh connect to ohpc
......
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