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:
committed by
GitHub
parent
fb3a7ce450
commit
56e93d77de
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user