24 lines
791 B
Markdown
24 lines
791 B
Markdown
---
|
||
title: "Terraform"
|
||
type: entity
|
||
tags: [IaC, HashiCorp, infrastructure-automation]
|
||
sources: [cloud-devop-maturity-guideline, DevOps-Culture-and-Transformation, How-Agentic-AI-can-help-for-Cloud-DevOps]
|
||
last_updated: 2026-04-16
|
||
---
|
||
|
||
## Summary
|
||
Terraform 是 HashiCorp 开发的开源基础设施即代码(IaC)工具,用于声明式地配置和管理云基础设施。
|
||
|
||
## Definition
|
||
IaC(Infrastructure as Code)工具,允许通过代码定义和自动配置基础设施资源。
|
||
|
||
## Key Attributes
|
||
- **类型**:IaC 工具
|
||
- **开发商**:HashiCorp
|
||
- **许可证**:开源(Mozilla Public License)
|
||
- **支持平台**:AWS、Azure、GCP、阿里云等
|
||
|
||
## Connections
|
||
- [[DevOps 成熟度模型]] ← 支撑 ← [[IaC]]
|
||
- [[CI/CD 流水线]] ← 依赖 ← [[Terraform]]
|