mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-21 08:59:02 +01:00
fix: bug with data source in managed groups submodule (#1633)
This commit is contained in:
committed by
GitHub
parent
f198efd2c4
commit
54a5f1e42b
@@ -1,4 +1,6 @@
|
||||
data "aws_eks_cluster" "default" {
|
||||
count = var.create_eks ? 1 : 0
|
||||
|
||||
name = var.cluster_name
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user