mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 21:11:52 +07:00
Add rke and helm provider to cdktf
This commit is contained in:
parent
872aac3e92
commit
ae7e1de99e
@ -2,10 +2,13 @@
|
||||
"language": "go",
|
||||
"app": "go run main.go",
|
||||
"codeMakerOutput": "generated",
|
||||
"terraformProviders": [],
|
||||
"terraformProviders": [
|
||||
"rancher/rke@~> 1.2.0",
|
||||
"hashicorp/helm@~> 2.2.0"
|
||||
],
|
||||
"terraformModules": [],
|
||||
"context": {
|
||||
"excludeStackIdFromLogicalIds": "true",
|
||||
"allowSepCharsInLogicalIds": "true"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user