1 个仓库
Tools that automatically generate declarative infrastructure code from existing environments.
Distinct from Infrastructure as Code: Distinct from Infrastructure as Code: focuses on the generation of the code from live state rather than just the usage of the code for provisioning.
Explore 1 awesome GitHub repository matching part of an awesome list · Infrastructure Code Generators. Refine with filters or upvote what's useful.
Terraforming 是一个基础设施即代码生成器和 AWS Terraform 资源导出器。它将实时云基础设施转换为声明式配置和状态文件,允许将现有云资源纳入编程管理。 该工具作为一个状态文件管理器,能够生成和合并 JSON 状态文件。它将实时云提供商 API 响应转换为 HashiCorp Configuration Language 语法,并可以将新导出的资源数据集成到现有状态文件中,而不会覆盖不相关的条目。 该系统包括资源发现和审计功能,以及通过 AWS 配置文件身份验证和 IAM 角色承担进行的身份和访问控制。它被设计为一个容器化实用程序,可以在 Docker 内部运行,以将依赖项与主机隔离。
Converts live cloud infrastructure into declarative code for programmatic management.