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

update host vars

parent 9160771c
No related branches found
No related tags found
1 merge request!18Variable update branch
...@@ -86,7 +86,7 @@ resource "openstack_compute_floatingip_associate_v2" "ohpc" { ...@@ -86,7 +86,7 @@ resource "openstack_compute_floatingip_associate_v2" "ohpc" {
# defines ssh connection # defines ssh connection
connection { connection {
host = "${format(var.host_id)}" host = "${format("var.host_prefix",var.host_id_formatting)}"
user = "${var.ohpc_user}" user = "${var.ohpc_user}"
private_key = "${file(var.ssh_private_key)}" private_key = "${file(var.ssh_private_key)}"
} }
......
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