I'm using EFS as a CSI driver in a k8s cluster.
I would like to use Terraform to create a PV that will use the efs storage class. I verified that I can create the PV "manually".
I would like to automate the PV creation with Terraform, using the kubernetes_persistent_volume resource. The resource offers many persistent volume sources options, among them AWS EBS which works well. However I couldn't find a suitable one for EFS, does anyone has an idea?