II.
LibraryProcess JSON
Structured · livelib-process:devops-sre-platform--iac-implementation
iac-implementation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:devops-sre-platform--iac-implementation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "iac-implementation",
"description": "Infrastructure as Code (IaC) Implementation - Complete end-to-end IaC development process\nfor DevOps/SRE/Platform teams including planning, design, implementation, testing, validation, and deployment\nwith quality gates and iterative refinement.",
"libraryPath": "library/specializations/devops-sre-platform/iac-implementation.js",
"specialization": "devops-sre-platform",
"references": [
"- Terraform Best Practices: https://www.terraform-best-practices.com/\n- AWS Well-Architected Framework: https://aws.amazon.com/architecture/well-architected/\n- Infrastructure as Code Patterns: https://infrastructure-as-code.com/patterns/\n- HashiCorp Learn: https://learn.hashicorp.com/terraform\n- Pulumi Documentation: https://www.pulumi.com/docs/"
],
"example": "const result = await orchestrate('specializations/devops-sre-platform/iac-implementation', {\n projectName: 'E-commerce Platform Infrastructure',\n cloudProvider: 'aws',\n iacTool: 'terraform',\n requirements: {\n environment: 'production',\n compute: { type: 'containers', orchestration: 'kubernetes' },\n database: { type: 'postgresql', replication: true },\n storage: { type: 'object-storage' },\n networking: { multiAz: true, vpn: false },\n security: { compliance: 'SOC2', encryption: true },\n monitoring: { logs: true, metrics: true, alerts: true }\n },\n targetQuality: 85,\n maxIterations: 3\n});",
"usesAgents": [
"infrastructure-analyst",
"compute-architect",
"data-architect",
"network-architect",
"security-architect",
"iac-developer",
"iac-validator",
"iac-security-scanner",
"cost-estimator",
"compliance-checker",
"best-practices-checker",
"iac-quality-assessor",
"plan-validator",
"dry-run-executor",
"module-tester",
"integration-tester",
"documentation-generator",
"deployment-planner",
"infrastructure-reviewer"
]
},
"outgoingEdges": [
{
"from": "lib-process:devops-sre-platform--iac-implementation",
"to": "skill-area:terraform-infrastructure",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:devops-sre-platform--iac-implementation",
"to": "skill-area:configuration-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:devops-sre-platform--iac-implementation",
"to": "topic:infrastructure-as-code",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:devops-sre-platform--iac-implementation",
"to": "domain:devops",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:devops-sre-platform--iac-implementation",
"to": "role:devops-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:devops-sre-platform--iac-implementation",
"to": "role:platform-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:devops-sre-platform--iac-implementation",
"to": "workflow:change-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:devops-sre-platform--iac-implementation",
"to": "specialization:devops-sre-platform",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:devops-sre-platform--iac-implementation",
"to": "lib-agent:software-architecture--data-architect",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:devops-sre-platform--iac-implementation",
"to": "lib-agent:game-development--network-architect",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:devops-sre-platform--iac-implementation",
"to": "lib-agent:software-architecture--security-architect",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:devops-sre-platform--iac-implementation",
"to": "lib-agent:civil-engineering--cost-estimator",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:devops-sre-platform--iac-implementation",
"to": "lib-agent:data-science-ml--integration-tester",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}