feat: Removed ng_depends_on variable and related hack (#1672)

This commit is contained in:
Dawid Rogaczewski
2021-11-06 20:19:03 +01:00
committed by GitHub
parent fb3a7ce450
commit 56e93d77de
4 changed files with 1 additions and 17 deletions

View File

@@ -102,5 +102,4 @@ resource "aws_eks_node_group" "workers" {
ignore_changes = [scaling_config[0].desired_size]
}
depends_on = [var.ng_depends_on]
}