How to pass "--kubelet-extra-args" in /etc/eks/bootstrap.sh using Terraform

Hello Team,
We are trying to create self managed nodegroup in AWS using Terraform. Our requirement is to "–allowed-unsafe-sysctls=fs.mqueue.* " in pod security policy while launching nodegroup. It is achieved using manually (AWS) but not able to do with Terraform. we didn’t find any option with the resource that would allow us to pass the --kubelet-extra-args arguments.
Could anyone help us how to use this using terraform.