mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-15 23:39:06 +02:00
Add oke and nlb to managed cluster
This commit is contained in:
8
oci-managed/nlb/data.tf
Normal file
8
oci-managed/nlb/data.tf
Normal file
@@ -0,0 +1,8 @@
|
||||
data "oci_containerengine_cluster_kube_config" "cluster_kube_config" {
|
||||
#Required
|
||||
cluster_id = var.cluster_ocid
|
||||
|
||||
#Optional
|
||||
endpoint = var.cluster_public_endpoint
|
||||
token_version = "2.0.0"
|
||||
}
|
Reference in New Issue
Block a user