Skip to content

Commit fedeb74

Browse files
committed
fix: pass eks_cluster_auto_id through lab-fastpaths.tf to preprovision module
1 parent 73acf9c commit fedeb74

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

manifests/.workshop/terraform/lab-fastpaths.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ module "lab" {
77
}
88

99
eks_cluster_id = local.eks_cluster_id
10+
eks_cluster_auto_id = var.eks_cluster_auto_id
1011
eks_cluster_version = local.eks_cluster_version
1112
cluster_security_group_id = local.cluster_security_group_id
1213
addon_context = local.addon_context

0 commit comments

Comments
 (0)