25 lines
543 B
JSON
25 lines
543 B
JSON
{
|
|
"project": {
|
|
"name": "apk-deploy",
|
|
"description": "Kubernetes deployment system using Terraform and k3s",
|
|
"context_files": [
|
|
"README.md",
|
|
"environment.md",
|
|
"project.config",
|
|
"terraform/terraformrc"
|
|
]
|
|
},
|
|
"environment": {
|
|
"os": ["ubuntu-24.04", "windows-11"],
|
|
"shell_windows": "git-bash",
|
|
"required_tools": ["terraform", "ssh", "git"]
|
|
},
|
|
"preferences": {
|
|
"deploy_method": "terraform",
|
|
"kubernetes": {
|
|
"version": "v1.31.6+k3s1",
|
|
"channel": "stable"
|
|
}
|
|
}
|
|
}
|