khuedoan-homelab/experimental/terraform-cdk/cdktf.json

15 lines
327 B
JSON
Raw Normal View History

2021-08-04 00:14:13 +07:00
{
"language": "go",
"app": "go run main.go",
"codeMakerOutput": "generated",
2021-08-04 01:11:44 +07:00
"terraformProviders": [
"rancher/rke@~> 1.2.0",
"hashicorp/helm@~> 2.2.0"
],
2021-08-04 00:14:13 +07:00
"terraformModules": [],
"context": {
"excludeStackIdFromLogicalIds": "true",
"allowSepCharsInLogicalIds": "true"
}
2021-08-04 01:11:44 +07:00
}