Add oke and nlb to managed cluster

This commit is contained in:
2024-03-03 16:28:04 +01:00
parent 114f0ce3d5
commit 0ca08d2ac3
15 changed files with 231 additions and 9 deletions

View File

@@ -0,0 +1,7 @@
output "cluster_ocid" {
value = oci_containerengine_cluster.k8s_cluster.id
}
output "public_endpoint" {
value = one(oci_containerengine_cluster.k8s_cluster.endpoints)
}