mumoshu / terraform-provider-eksctl

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

List of output's supported. #73

Open ismail0352 opened 5 months ago

ismail0352 commented 5 months ago

I need to get the public subnets for the cluster I created using a simple config file. But I can't seem to figure out what options are available to get it.

I see an option for security_group_ids. So it is confusing what is supported and what is not.

Can we have a list of options supported as output written somewhere so that we don't end up scratching our heads ;)