mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-08 14:33:52 +07:00
15 lines
327 B
JSON
15 lines
327 B
JSON
{
|
|
"language": "go",
|
|
"app": "go run main.go",
|
|
"codeMakerOutput": "generated",
|
|
"terraformProviders": [
|
|
"rancher/rke@~> 1.2.0",
|
|
"hashicorp/helm@~> 2.2.0"
|
|
],
|
|
"terraformModules": [],
|
|
"context": {
|
|
"excludeStackIdFromLogicalIds": "true",
|
|
"allowSepCharsInLogicalIds": "true"
|
|
}
|
|
}
|