I provision AWS resources using Terraform using a python script that call terraform via shell
os.system(\'terraform apply\')
The only way I found