cloudposse / terraform-aws-eks-cluster

Terraform module for provisioning an EKS cluster
https://cloudposse.com/accelerate
Apache License 2.0
513 stars 354 forks source link

Update module versions, README, LICENSE, `Go` version. Pin the `kubernetes` provider #201

Closed aknysh closed 8 months ago

aknysh commented 10 months ago

what

why

dynamic "exec" {
  content {
   args = concat(local.exec_profile, ["eks", "get-token", "--cluster-name", try(aws_eks_cluster.default[0].id, "deleted")], local.exec_role)
  }
}

Processing the computed args list throws the error:

Target Type: []struct { Args []basetypes.StringValue "tfsdk:\"args\"" }
Suggested Type: basetypes.ListValue

references

aknysh commented 10 months ago

/terratest

aknysh commented 10 months ago

/terratest