We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82acedc commit b40968aCopy full SHA for b40968a
modules/eks-managed-node-group/main.tf
@@ -224,7 +224,7 @@ resource "aws_launch_template" "this" {
224
}
225
226
dynamic "metadata_options" {
227
- for_each = var.metadata_options != null ? [var.metadata_options] : []
+ for_each = [var.metadata_options]
228
229
content {
230
http_endpoint = metadata_options.value.http_endpoint
modules/self-managed-node-group/main.tf
@@ -342,7 +342,7 @@ resource "aws_launch_template" "this" {
342
343
344
345
346
347
348
0 commit comments