We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b191e commit 1357b06Copy full SHA for 1357b06
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