We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73acf9c commit fedeb74Copy full SHA for fedeb74
1 file changed
manifests/.workshop/terraform/lab-fastpaths.tf
@@ -7,6 +7,7 @@ module "lab" {
7
}
8
9
eks_cluster_id = local.eks_cluster_id
10
+ eks_cluster_auto_id = var.eks_cluster_auto_id
11
eks_cluster_version = local.eks_cluster_version
12
cluster_security_group_id = local.cluster_security_group_id
13
addon_context = local.addon_context
0 commit comments