mumoshu/terraform-provider-eksctl

Support for secretsEncryption

Closed this issue · 2 comments

Will there be support for secretsEncryption in the near future?
https://eksctl.io/usage/schema/#secretsEncryption

@jchoi926 Hey! You can try that today. Just set:

secretsEncryption:
  keyARN: yourkeyarn

within eksctl_cluster resource's spec attribute.

The key was to add the definition to the spec attribute. Thank you!