chore(e2e): Add controller and worker ips to output of scenario (#6060)

pull/6083/head
Michael Li 5 months ago committed by GitHub
parent 4548028efe
commit a63f32df28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -215,7 +215,11 @@ scenario "e2e_ui_aws" {
}
}
output "test_results" {
value = step.run_e2e_test.test_results
output "controller_ips" {
value = step.create_boundary_cluster.controller_ips
}
output "worker_ips" {
value = step.create_boundary_cluster.worker_ips
}
}

Loading…
Cancel
Save