I am new to Terraform and have begun creating .tf
files for my infrastructure which so far involves AWS S3 and IAM Roles. All good so far.
But now I need to create an AWS MediaConvert JobTemplate via Terraform and I can't find any reference for this on the Terraform's AWS provider documentation?
I don't know what to do at this point? Can I even use Terraform to create MediaConvert resources or do I need to use another tool/means?