File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
terraform/aws/aws-eks-operator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ output "tailscale_operator_namespace" {
1515
1616output "cmd_kubeconfig_tailscale" {
1717 description = " Command to configure kubeconfig for Tailscale access to the EKS cluster"
18- value = " tailscale configure kubeconfig ${ local . operator_name } "
18+ value = " tailscale configure kubeconfig ${ local . operator_name } "
1919}
2020
2121output "cmd_kubeconfig_aws" {
2222 description = " Command to configure kubeconfig for public access to the EKS cluster"
23- value = " aws eks update-kubeconfig --region ${ data . aws_region . current . region } --name ${ module . eks . cluster_name } "
23+ value = " aws eks update-kubeconfig --region ${ data . aws_region . current . region } --name ${ module . eks . cluster_name } "
2424}
You can’t perform that action at this time.
0 commit comments