1 个仓库
Systems that validate the properties and types of cloud resource definitions prior to deployment.
Distinct from Cloud Resource Constructs: Distinct from resource constructs or credential validators; focuses on the validation of resource property schemas.
Explore 1 awesome GitHub repository matching devops & infrastructure · Cloud Resource Validators. Refine with filters or upvote what's useful.
Troposphere 是一个 Python 库,用于程序化创建和验证基础设施即代码模板。它作为 AWS CloudFormation 和 OpenStack 模板的生成器,允许将云资源定义为通用编程语言中的对象,而不是通过原始的 JSON 或 YAML 标记。 该项目专注于云资源验证,在模板构建过程中检查属性名称和数据类型。该系统在基础设施导出部署之前识别配置错误和缺失的必填字段。 该库涵盖了广泛的云基础设施建模,包括计算、存储、网络和安全资源的定义。它提供了将这些程序化定义的对象转换为结构化 JSON 或 YAML 导出格式的工具。
Validates the properties and types of cloud resource definitions to prevent deployment errors.