Documentation Index
Fetch the complete documentation index at: https://docs.envzero.com/llms.txt
Use this file to discover all available pages before exploring further.
Deployment targets
env zero includes dedicated credential management for the platforms below, with secure storage and automatic credential injection at deploy time.| Platform | Credential type | Setup |
|---|---|---|
| Amazon Web Services (AWS) | Cross-account IAM role (recommended) or Access Keys | Connect AWS |
| Google Cloud (GCP) | Service Account key (JSON) | Connect GCP |
| Microsoft Azure | Service Principal (client credentials) | Connect Azure |
| Oracle Cloud Infrastructure (OCI) | API Key (RSA key pair + OCID) | Connect OCI |
| Kubernetes | kubeconfig | Connect Kubernetes |
Infrastructure-as-code frameworks
| Framework | Notes |
|---|---|
| Terraform | Supported up to version 1.5.x. Versions 1.6 and later use the BSL license and are not supported — use OpenTofu instead. |
| OpenTofu | Fully supported. Drop-in replacement for Terraform 1.6 and later. |
| Terragrunt | Fully supported. |
| Pulumi | Fully supported. |
| CloudFormation | Fully supported. |
| Helm | Fully supported. |
| Kubernetes manifests | Fully supported. |
Custom tools
The Custom Flows capability lets you run any other tool as part of your deployment process, including configuration management tools like Ansible, Chef, and Puppet, or plain bash scripts.Next steps
- Connect Your Cloud Account - Set up credentials for your cloud provider.
- Custom Flows Overview - Extend deployments with pre- and post-deploy scripts for any tool.
- Managing IaC Binaries Versions - Pin or upgrade the Terraform, OpenTofu, or Pulumi version your templates use.