Hi. I am using `Fn::ReadFile` to pull in a custom ...
# general
r
Hi. I am using
Fn::ReadFile
to pull in a custom kubeconfig (as part of a custom k8s provider definition) Consequently - I need to pull the CA from the active gke cluster. E.G.
${xxx.cluster.masterAuth.clusterCaCertificate}
Does anyone know if it is possible to substitute read data with this. E.G. Include ${scoped gke ca property} in file --> substitute when consuming.