What is the nature and description of the request?
There should be a resource within the Terraform AAP Provider that allows for a "fire and forget" type of job template launch that doesn't manage any state for the launched job.
Why does the customer need this? (List the business requirements here)
Utilizing the aap_job resource for jobs can result in unintended consequences when job history is automatically deleted from the DB with the cleanup jobs. This is called out in the warning in the docs, but it's still an issue.
How would you like to achieve this? (List the functional requirements here)
A new resource named "aap_job_launch" that doesn't track any state of the job in the sense that it'll be re-run in any scenario on future applies.