diff --git a/infra/cdk/cdktf.json b/infra/cdk/cdktf.json index 20310f77..4bd5236c 100644 --- a/infra/cdk/cdktf.json +++ b/infra/cdk/cdktf.json @@ -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" } -} \ No newline at end of file +}