Skip to content

0.2.0 Fix value of 'count' cannot be computed errors

Compare
Choose a tag to compare
@aknysh aknysh released this 06 Dec 22:53
3e66f7f

what

  • Fix value of 'count' cannot be computed errors

why

  • Some resources from terraform-aws-eks-cluster depended on terraform-aws-eks-workers, while some resources from terraform-aws-eks-workers depended on terraform-aws-eks-cluster, producing cyclical dependencies and errors "value of 'count' cannot be computed"
  • Decoupled the depended resources

references