Skip to content

Commit d0b1672

Browse files
committed
fix tflint issue
1 parent ea8dc02 commit d0b1672

File tree

1 file changed

+1
-1
lines changed
  • terraform/aws/aws-eks-operator

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ module "eks" {
7474

7575
eks_managed_node_groups = {
7676
main = {
77-
name = "${substr(local.name, 0, 20)}"
77+
name = substr(local.name, 0, 20)
7878
instance_types = [local.node_instance_type]
7979

8080
desired_size = local.desired_size

0 commit comments

Comments
 (0)