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
output "BASTION_PUBLIC_IP" { value = var.public_edge_node ? module.bastion.public_ip : "No public IP assigned" }
output "INFO" { value = "CloudInit on Bastion host drives wandb deployment. Login to Bastion host and check /var/log/OKE-wandb-initialize.log for status and Load Balancer Address" }