We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516e7af commit 6c4e1d8Copy full SHA for 6c4e1d8
1 file changed
manifests/modules/fastpaths/developers/.workshop/terraform/main.tf
@@ -3,7 +3,8 @@ module "preprovision" {
3
count = var.resources_precreated ? 0 : 1
4
5
providers = {
6
- helm.auto_mode = helm.auto_mode
+ helm.auto_mode = helm.auto_mode
7
+ kubernetes.auto_mode = kubernetes.auto_mode
8
}
9
10
eks_cluster_id = var.eks_cluster_id
0 commit comments