Does anyone have tips on how to manage AWS EMR Studio workspaces in terraform?
I went through the aws provider docs Terraform Registry but there seems to be no functionality available related to AWS EMR Studio workspaces (only to the AWS virtual desktop service). Do I have to submit an issue for the AWS provider owners?
The use case I have is creating EMR EC2 cluster and EMR Studio which works fine. However once customer has created a workspace on destroy I am getting unresolved dependency and the run is failing. As a result I have to ask them to manually delete the Studio workspace.
Guess I’ll have to resort to the use of “local-exec” in above case.
Any opinions/advice are welcome.
Thanks.