osops-tools-contrib/terraform/cicd/main.tf
Victor Morales 1d4aa339a9 Add CI/CD terraform scripts
Change-Id: I791c9c50c70fcf41077c0c5125bce2b534be51c7
2016-10-16 11:56:25 -05:00

12 lines
312 B
HCL

output "gerrit" {
value = "http://${openstack_compute_floatingip_v2.gerrit_floatingip.address}"
}
output "jenkins" {
value = "http://${openstack_compute_floatingip_v2.jenkins_floatingip.address}"
}
output "redmine" {
value = "http://${openstack_compute_floatingip_v2.redmine_floatingip.address}"
}