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

Update main.tf

parent bd6202bf
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ depends_on = ["openstack_networking_subnet_v2.dmzsubnet"]
name = "ohpc"
image_name = "${var.image}"
flavor_name = "${var.flavor}"
key_pair = "${var.ssh_key_private}"
key_pair = "${var.key_pair}"
security_groups = ["default"]
# defines the networks of the instance
......
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