osops-tools-contrib/terraform/cicd/main.tf

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}"
}