mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-12 22:09:08 +02:00
8 lines
206 B
HCL
8 lines
206 B
HCL
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"
|
|
} |