Skip to content

Commit 42dded2

Browse files
committed
tflint
1 parent b4741ac commit 42dded2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/aws/aws-eks-operator/outputs.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ output "tailscale_operator_namespace" {
1515

1616
output "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

2121
output "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
}

0 commit comments

Comments
 (0)