mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
Add rke and helm provider to cdktf
This commit is contained in:
parent
872aac3e92
commit
ae7e1de99e
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user