mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-13 22:39:06 +02:00
add half done self managed version
This commit is contained in:
3
self-managed/locals.tf
Normal file
3
self-managed/locals.tf
Normal file
@@ -0,0 +1,3 @@
|
||||
locals {
|
||||
public_lb_ip = [for interface in oci_network_load_balancer_network_load_balancer.k3s_public_lb.ip_addresses : interface.ip_address if interface.is_public == true]
|
||||
}
|
Reference in New Issue
Block a user