khuedoan-homelab/infra/cdk/cdktf.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"
}
}