Unreleased Content
This page lists documentation that contains content not yet included in a formal release. The features or changes described may be available in the development version but are pending an official release.
What "Unreleased" Means
Pages marked as unreleased indicate that:
- Portions of the content, or possibly the entire page, may refer to functionality that has not yet been released
- The documentation was recently updated and those changes are not yet associated with a stable release
- Releases happen on a weekly cadence — you can expect these changes to be associated with a formal release soon
Once a release is published that includes the documented changes, the "Unreleased" badge will automatically be removed.
Currently Unreleased Documentation
The following documentation pages have changes that are not yet included in a release:
This list was generated on January 16, 2026.
- Atlantis Integration
Configure Atmos integration with Atlantis.
- atmos devcontainer
Manage development containers for Atmos workflows
- atmos list affected
Use this command to list affected components and stacks between Git commits in a table format
- atmos terraform clean
Clean up Terraform files for an Atmos component in a stack
- atmos terraform generate files
Generate auxiliary configuration files for Terraform components
- atmos terraform output
Read Terraform output values for an Atmos component from the state file
- atmos terraform source
Manage terraform component sources with JIT vendoring
- atmos terraform workdir
Manage component workdirs for isolated Terraform execution
- atmos toolchain
Manage toolchain dependencies for your Atmos components with native version control and Aqua registry integration.
- Automatic Backend Provisioning
Automatically provision Terraform backend infrastructure with Atmos.
- Configure Authentication
Use the auth section to configure credential management for cloud providers and external services.
- Configure Command Override
Use the command setting to override the default executable for Terraform, Helmfile, or Packer.
- Configure Dependencies
Use the dependencies section to declare tool version requirements and component dependencies.
- Configure Environment Variables
Use the env section to set environment variables for your Terraform, Helmfile, or Packer components.
- Configure Locals
Use the locals section to define file-scoped temporary variables that reduce repetition and improve readability.
- Configure Variables
Use the vars section to pass variables to your Terraform, Helmfile, or Packer components.
- Development Containers
Configure development container environments for consistent tooling across your team.
- Experimental Features
Control how Atmos handles experimental features and commands
- Experimental Features
Learn about Atmos experimental features, how they work, and how to provide feedback.
- Generate Terraform Backend
Use the backend section to generate Terraform backend configuration files for state storage.
- Generate Terraform Files
Use the generate section to create auxiliary configuration files for Terraform components.
- Generate Terraform Providers
Use the providers section to generate Terraform provider configuration files for your components.
- Import Stack Configurations
- Integrations
Configure Atmos integrations with Atlantis, Spacelift, and other tools.
- JSON Schema Validation
Use JSON Schema policies to validate Stacks and Component configurations.
- Manage Lifecycle Events with Hooks
Use lifecycle hooks to take action at various points in the lifecycle of your components.
- Override Configurations
Use the 'Component Overrides' pattern to modify components' configuration and behavior in the current scope.
- Providers
Configure authentication providers for AWS SSO, SAML, and GitHub OIDC in your `atmos.yaml`.
- Quick Start Introduction
- Settings
Configure Atmos global settings including list merge strategies, terminal display, and token injection.
- Sharing State Between Components
Share data between loosely-coupled components in Atmos
- Stack Names
Use the name field to explicitly set a stack's logical name, or use name_template for programmatic naming.
- Toolchain Aliases
Configure tool name aliases for convenient CLI usage
- Toolchain Configuration
Configure toolchain management for CLI tools and dependencies
- Toolchain Registries
Configure tool registries for toolchain management
- Unreleased Content
Documentation pages with content that has not yet been included in a formal release.
- Using Remote State
Redirect to remote state documentation
- Vendor Configuration
Configure vendoring behavior in atmos.yaml.
- Vendor Configuration
Configure vendoring with vendor.yaml manifest (recommended approach).
- Vendoring
Use Atmos vendoring to make copies of 3rd-party components, stacks, and other artifacts in your own repo.
- Workflows
Stay Updated
To know when unreleased features become available:
- Watch the Changelog — All releases are documented with their changes
- Follow GitHub Releases — Get notified of new releases
- Join our Slack Community — Discuss upcoming features with the team
Related
- Changelog — View recent releases and changes
- Experimental Features — Features under active development
- Roadmap — View our product roadmap