1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

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
-8
View File
@@ -64,14 +64,6 @@ variable "node_groups" {
default = {}
}
# Hack for a homemade `depends_on` https://discuss.hashicorp.com/t/tips-howto-implement-module-depends-on-emulation/2305/2
# Will be removed in Terraform 0.13 with the support of module's `depends_on` https://github.com/hashicorp/terraform/issues/10462
variable "ng_depends_on" {
description = "List of references to other resources this submodule depends on"
type = any
default = null
}
variable "ebs_optimized_not_supported" {
description = "List of instance types that do not support EBS optimization"
type = list(string)