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

Update datasources.tf

parent 7498e39f
No related branches found
No related tags found
1 merge request!18Variable update branch
......@@ -2,7 +2,7 @@ data "openstack_networking_network_v2" "public-network" {
name = "${var.public-network-name}"
}
data "openstack_compute_keypair_v2" "keypair" {
resource "openstack_compute_keypair_v2" "keypair" {
name = "${var.os-gen-keypair}"
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