hey everyone - I'm doing a live demo today! is it possible to run python code from with the calls in the container? Ideally it would behave in this way:
container()
#magic goes_here
for folder in subfolder:
.with_workdir(f"/app/{shared_config.base_tg_folder}/{os.getenv('DEPLOY_ENV')}/application/{subfolder}")
.with_exec(command_to_exec("terragrunt run-all apply --terragrunt-non-interactive")