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

Update datasources.tf

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