Configures and manages external key-value backends for sharing data across Atmos-managed Terraform components.
This skill empowers Claude to configure and utilize external storage backends within the Atmos ecosystem, enabling seamless data sharing between infrastructure components without relying solely on Terraform state. It provides comprehensive support for AWS SSM, Azure Key Vault, Google Secret Manager, Redis, and Artifactory, allowing users to implement cross-account configuration, integrate CI/CD pipelines, and establish write-back mechanisms via post-apply hooks for faster, more flexible infrastructure management.
Key Features
011,293 GitHub stars
02Enables dynamic data retrieval using Go templates and YQ-style queries
03Configures multiple provider backends including AWS, Azure, GCP, Redis, and Artifactory
04Supports identity-based authentication and cross-account/cross-region role assumption
05Implements !store and !store.get YAML functions for component-aware or arbitrary key access
06Sets up automated data persistence using lifecycle hooks after Terraform apply or deploy
Use Cases
01Speeding up cross-component data retrieval in complex multi-stack environments using write-back hooks
02Integrating Terraform configurations with external secret managers or configuration caches
03Sharing common infrastructure data (like VPC IDs) across different accounts or regions without state lookups