mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-17 23:13:46 +01:00
feat: Removed ng_depends_on variable and related hack (#1672)
This commit is contained in:
committed by
GitHub
parent
fb3a7ce450
commit
56e93d77de
@@ -102,5 +102,4 @@ resource "aws_eks_node_group" "workers" {
|
||||
ignore_changes = [scaling_config[0].desired_size]
|
||||
}
|
||||
|
||||
depends_on = [var.ng_depends_on]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user