khuedoan-homelab/experimental/terraform-cdk/cdktf.json
2021-08-20 19:08:14 +07:00

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"
}
}