| LEVEL_LOG | The runtime level log. | no | info |
| TFSTATE_BUCKET_NAME | The bucket for runtime inventory. | yes | — |
| TFSTATE_BUCKET_REGION | The bucket region for runtime inventory. | no | sa-east-1 |
| IAC_BUCKET_NAME | The bucket for runtime inventory. | yes | — |
| IAC_BUCKET_REGION | The bucket region for runtime inventory. | no | sa-east-1 |
| CONTAINER_IAC_VERSION | The container IaC version. | no | stackspot/runtime-job-iac:latest |
| CONTAINER_DEPLOY_VERSION | The container deploy version. | no | stackspot/runtime-job-deploy:latest |
| CONTAINER_DESTROY_VERSION | The container destroy version. | no | stackspot/runtime-job-destroy:latest |
| CONTAINER_UNIFIED_VERSION | The container unified version. | no | stackspot/runtime-job-unified:latest |
| DYNAMIC_INPUTS | The inputs stk. | no | "" |
| WORKSPACE | The slug of the workspace. | yes | — |
| ENVIRONMENT | The environment. | yes | "" |
| VERSION | The version. | yes | — |
| TERRAFORM_PARALLELISM | Terraform parallelism ordem. | no | 10 |
| WORKDIR | Path to the directory where the .stk is located. | no | ./ |
| CHECKOUT_BRANCH | Whether or not checkout is enabled. | no | true |
| REPOSITORY_NAME | Git Repository Name. | yes | — |
| PATH_TO_MOUNT | Path to mount inside the provisioning docker. | yes | — |
| AWS_REGION | The IAM region that Self-Hosted will use to deploy infrastructure. | yes | sa-east-1 |
| AWS_IAM_ROLE | The AWS IAM role that Self-Hosted will use to deploy infrastructure. | no | — |
| AWS_ACCESS_KEY_ID | AWS ACCESS KEY ID from console that Self-Hosted will use to deploy infrastructure. | no | — |
| AWS_SECRET_ACCESS_KEY | AWS SECRET ACCESS KEY from console that Self-Hosted will use to deploy infrastructure. | no | — |
| AWS_SESSION_TOKEN | AWS SESSION TOKEN from console that Self-Hosted will use to deploy infrastructure. | no | — |
| STK_CLIENT_ID | The client identifier of the account. | yes | — |
| STK_CLIENT_SECRET | The client secret of the account. | yes | — |
| STK_REALM | The realm of the account. | yes | — |
| FEATURES_TERRAFORM_MODULES | Terraform Modules. | no | — |
| TF_LOG_PROVIDER | Level tf log provider - info, debug, warn or trace. | no | — |
| BASE_PATH_OUTPUT | File name to save outputs: {plugin-alias}_{OUTPUT_FILE}. | no | outputs.json |
| LOCAL_EXEC_ENABLED | If Runtimes will allow execution of the local-exec command within terraform. | no | false |
| VERBOSE | Whether to show extra logs during execution. (e.g: true). | no | false |
| OPEN_API_PATH | Path to OpenAI / Swagger file within the repository (e.g: path/to/file.yml). | no | — |
| BETA_CLI | Used internally by StackSpot to test CLI's beta version (default, stg, dev). | no | default |
| SKIP_DEPLOY | Allows for deploys to be skiiped if the manifesto has not changed. | no | false |