Centralizing Terraform execution is a great way to make sure you have effective IaC governance. While it’s preferred that teams directly use env zero to run IaC, sometimes you just need to run a terraform apply locally. Now, with env zero Remote Apply, you can runDocumentation Index
Fetch the complete documentation index at: https://docs.envzero.com/llms.txt
Use this file to discover all available pages before exploring further.
terraform apply locally - even with uncommitted code - and the run will be executed inside the env zero Platform, keeping with your organization policies, governance, and auditing requirements.
Running a Remote Apply
First, you will have to turn it on for the specific environment you’d like to remote apply.
terraform apply -auto-approve command, env zero will handle the execution.
For more information, please visit our docs.