I deployed my Glue Jobs via Console and / or boto3 library until now.
I want to move to Infrastructure as Code using Terraform and manage all the Glue resources with this tool. Now to import already existing resources I'm aware of the command terraform import ADDR ID but I'm not sure how does that work.
Anyone can explain me how the import works with AWS Glue?