output "watcher_ipv4" { value = openstack_compute_instance_v2.watcher.access_ip_v4 description = "Public IPv4 of the watcher VM" } output "watcher_ipv6" { value = openstack_compute_instance_v2.watcher.access_ip_v6 description = "Public IPv6 of the watcher VM" } output "watcher_id" { value = openstack_compute_instance_v2.watcher.id description = "OpenStack instance ID (handy for `openstack server show`)" }