mirror of
https://github.com/rancher/quickstart.git
synced 2026-02-05 12:45:15 +01:00
This restructures the repository slightly to cleanly distinguish between Rancher and NeuVector quickstarts
12 lines
222 B
HCL
12 lines
222 B
HCL
output "neuvector_url" {
|
|
value = local.neuvector_hostname
|
|
}
|
|
|
|
output "rancher_url" {
|
|
value = var.install_rancher ? local.rancher_hostname : null
|
|
}
|
|
|
|
output "node_ip" {
|
|
value = aws_instance.neuvector_server.public_ip
|
|
}
|