I have 2 directories:
aws/
k8s/
In the aws/
dir, I've provisioned an EKS cluster and EKS node group (among other things) using the Terraform AWS provider. That's been applied and everything looks good there.
When trying to then create a Kubernetes provider plan in k8s/
and create a Persistent Volume resource it requires the EBS volume ID.
Terraform Kubernetes Persistent Volume Resource
How do I get the EBS volume ID from the other .tfstate
file from a Kubernetes provider plan?