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

Update output.tf

parent 8bb4f327
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,6 @@ output "address" {
value = "${openstack_networking_floatingip_v2.ip_pool.address}"
}
output "terraform-provider" {
value = "Connected with OpenStack at ${var.auth_url}"
output "instances" {
value = openstack_compute_instance_v2.terraform
}
\ 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