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

Update datasources.tf

parent eb44c6b9
No related branches found
No related tags found
1 merge request!18Variable update branch
......@@ -2,7 +2,3 @@ data "openstack_networking_network_v2" "public-network" {
name = "${var.public-network-name}"
}
data "openstack_compute_keypair_v2" "keypair" {
name = "${var.keypair-name}"
public_key = "${var.ssh_public_key}"
}
\ No newline at end of file
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