mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-20 08:33:46 +01:00
feat: Enable ebs_optimized setting for node_groups (#1459)
This commit is contained in:
@@ -9,6 +9,7 @@ module "node_groups" {
|
||||
tags = var.tags
|
||||
node_groups_defaults = var.node_groups_defaults
|
||||
node_groups = var.node_groups
|
||||
ebs_optimized_not_supported = local.ebs_optimized_not_supported
|
||||
|
||||
# Hack to ensure ordering of resource creation.
|
||||
# This is a homemade `depends_on` https://discuss.hashicorp.com/t/tips-howto-implement-module-depends-on-emulation/2305/2
|
||||
|
||||
Reference in New Issue
Block a user