Any tips on decoding a kubeconfig? The equivalent ...
# general
l
Any tips on decoding a kubeconfig? The equivalent to this in TF:
Copy code
kube_config_decoded = base64decode(k8s_resource.k8s_resource_name.kubeconfig)
In golang