Add rke and helm provider to cdktf

This commit is contained in:
Khue Doan 2021-08-04 01:11:44 +07:00
parent 872aac3e92
commit ae7e1de99e

View File

@ -2,10 +2,13 @@
"language": "go", "language": "go",
"app": "go run main.go", "app": "go run main.go",
"codeMakerOutput": "generated", "codeMakerOutput": "generated",
"terraformProviders": [], "terraformProviders": [
"rancher/rke@~> 1.2.0",
"hashicorp/helm@~> 2.2.0"
],
"terraformModules": [], "terraformModules": [],
"context": { "context": {
"excludeStackIdFromLogicalIds": "true", "excludeStackIdFromLogicalIds": "true",
"allowSepCharsInLogicalIds": "true" "allowSepCharsInLogicalIds": "true"
} }
} }