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

Update datasources.tf

parent e5752137
No related branches found
No related tags found
1 merge request!18Variable update branch
......@@ -3,7 +3,7 @@ data "openstack_networking_network_v2" "public-network" {
}
resource "openstack_compute_keypair_v2" "keypair" {
name = "${var.os-gen-keypair}"
name = "${var.keypair-name}"
public_key = "${file("~/.ssh/id_rsa.pub")}"
private_key = "${file("~/.ssh/id_rsa")}"
}
......
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