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

Add new file

parent c2dc9eeb
No related branches found
No related tags found
No related merge requests found
resource "openstack" "web" {
image = "CentOS-7-x86_64-GenericCloud-1905"
name = "ohpc"
region = "openstack"
size = "512mb"
ssh_keys = "${openstack_compute_keypair_v2.test-keypair.name}"
connection {
type = "ssh"
user = "root"
private_key = "${file("~/.ssh/id_rsa")}"
}
provisioner "remote-exec" {
inline = [
]
}
}
\ No newline at end of file
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