mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-14 06:49:05 +02:00
8 lines
174 B
HCL
8 lines
174 B
HCL
output "cluster_ocid" {
|
|
value = oci_containerengine_cluster.k8s_cluster.id
|
|
}
|
|
|
|
output "public_endpoint" {
|
|
value = one(oci_containerengine_cluster.k8s_cluster.endpoints)
|
|
}
|