mumoshu / terraform-provider-eksctl

Manage AWS EKS clusters using Terraform and eksctl
Apache License 2.0
234 stars 44 forks source link

Fix element type of nodegroup StringMap to be a string instead of a bool #45

Closed mejran closed 3 years ago

mejran commented 3 years ago

The node-labels property of the nodegroup resource isn't currently usable because the StringMap currently requires bool values rather than string values.