Skip to main content
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 run 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
Remote Apply configuration interface showing how to enable remote apply for a specific environment
To use remote apply, your env zero environment must be configured with env zero’s Remote Backend. After creating a personal API key and executing the login command, every time you will run a terraform apply -auto-approve command, env zero will handle the execution. For more information, please visit our docs.
I