Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:21:22 +08:00
commit 359a55f194
5 changed files with 1413 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "devops-iac",
"description": "DevOps patterns and Infrastructure as Code with Terraform, Docker, Kubernetes, and CI/CD",
"version": "1.0.0",
"author": {
"name": "Brock"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}