You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
value = !local.use_existing_network ? join("", oci_core_vcn.simple.*.cidr_block) : var.vcn_cidr_block
}
output "message" {
value = "It may take some minutes to complete Runner installation and registration process. You can SSH to the instance and check log messages through `sudo cat /var/log/messages` or `sudo tail -f /var/log/messages` [Ctrl+C to exit]. Once registered, the Runner should be visible on your GitHub repo /settings/actions."